cfg_no_preprocessed.rst

来自「Boost provides free peer-reviewed portab」· RST 代码 · 共 45 行

RST
45
字号
.. Macros/Configuration//BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS |10.. Copyright Aleksey Gurtovoy, David Abrahams 2007... 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)BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS=====================================.. _`BOOST_MPL_CFG_NO_PREPROCESSED`:Synopsis--------.. parsed-literal::    // #define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERSDescription-----------``BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS`` is an boolean configuration macro regulating library's internal use of preprocessed headers. When defined, itinstructs 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. __ http://boost-consulting.com/tmpbook/preprocessor.htmlSee also--------|Macros|, |Configuration|.. |preprocessed headers| replace:: `preprocessed headers`____ `BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS`_

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?