/usr/include/boost/mpl/aux_/config
NameSizeModeActions
adl.hpp14180644editdlrm
arrays.hpp8310644editdlrm
bcc.hpp8050644editdlrm
bind.hpp9000644editdlrm
compiler.hpp21380644editdlrm
ctps.hpp8250644editdlrm
dependent_nttp.hpp11300644editdlrm
dmc_ambiguous_ctps.hpp7360644editdlrm
dtp.hpp15770644editdlrm
eti.hpp12350644editdlrm
forwarding.hpp7230644editdlrm
gcc.hpp5910644editdlrm
gpu.hpp6660644editdlrm
has_apply.hpp9050644editdlrm
has_xxx.hpp9730644editdlrm
integral.hpp10470644editdlrm
intel.hpp5110644editdlrm
lambda.hpp9100644editdlrm
msvc.hpp5000644editdlrm
msvc_typename.hpp6840644editdlrm
nttp.hpp10090644editdlrm
operators.hpp10710644editdlrm
overload_resolution.hpp8200644editdlrm
pp_counter.hpp7130644editdlrm
preprocessor.hpp11110644editdlrm
static_constant.hpp6800644editdlrm
ttp.hpp11720644editdlrm
typeof.hpp9610644editdlrm
use_preprocessed.hpp5250644editdlrm
workaround.hpp4970644editdlrm
Edit: /usr/include/boost/mpl/aux_/config/preprocessor.hpp (1111B)
#ifndef BOOST_MPL_AUX_CONFIG_PREPROCESSOR_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_PREPROCESSOR_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // 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) // // See http://www.boost.org/libs/mpl for documentation. // $Id$ // $Date$ // $Revision$ #include #if !defined(BOOST_MPL_CFG_BROKEN_PP_MACRO_EXPANSION) \ && ( BOOST_WORKAROUND(__MWERKS__, <= 0x3003) \ || BOOST_WORKAROUND(BOOST_BORLANDC, < 0x582) \ || BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(502)) \ ) # define BOOST_MPL_CFG_BROKEN_PP_MACRO_EXPANSION #endif #if !defined(BOOST_MPL_CFG_NO_OWN_PP_PRIMITIVES) # define BOOST_MPL_CFG_NO_OWN_PP_PRIMITIVES #endif #if !defined(BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING) \ && BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x840)) # define BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING #endif #endif // BOOST_MPL_AUX_CONFIG_PREPROCESSOR_HPP_INCLUDED