Back to Arangodb

BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS

3rdParty/boost/1.78.0/libs/mpl/doc/refmanual/cfg-no-preprocessed-headers.html

3.12.9.11.8 KB
Original Source

| Prev Next | Back Along | Up Home | Full TOC | Front Page / Macros / Configuration / BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS |

BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS

Synopsis

// #define[BOOST\_MPL\_CFG\_NO\_PREPROCESSED\_HEADERS](./cfg-no-preprocessed-headers.html)

Description

BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS is an boolean configuration macro regulating library's internal use of preprocessed headers. When defined, it instructs the MPL to discard the pre-generated headers found in boost/mpl/aux_/preprocessed directory and use preprocessor metaprogramming techniques to generate the necessary versions of the library components on the fly.

In this implementation of the library, the macro is not defined by default. To change the default configuration, define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS before including any library header.

See also

Macros, Configuration

| Prev Next | Back Along | Up Home | Full TOC |

Copyright © 2001-2009 Aleksey Gurtovoy and David Abrahams Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |