/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/eti.hpp (1235B)
#ifndef BOOST_MPL_AUX_CONFIG_ETI_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_ETI_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2001-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 #include // flags for MSVC 6.5's so-called "early template instantiation bug" #if !defined(BOOST_MPL_CFG_MSVC_60_ETI_BUG) \ && !defined(BOOST_MPL_PREPROCESSING_MODE) \ && BOOST_WORKAROUND(BOOST_MSVC, < 1300) # define BOOST_MPL_CFG_MSVC_60_ETI_BUG #endif #if !defined(BOOST_MPL_CFG_MSVC_70_ETI_BUG) \ && !defined(BOOST_MPL_PREPROCESSING_MODE) \ && BOOST_WORKAROUND(BOOST_MSVC, == 1300) # define BOOST_MPL_CFG_MSVC_70_ETI_BUG #endif #if !defined(BOOST_MPL_CFG_MSVC_ETI_BUG) \ && !defined(BOOST_MPL_PREPROCESSING_MODE) \ && ( defined(BOOST_MPL_CFG_MSVC_60_ETI_BUG) \ || defined(BOOST_MPL_CFG_MSVC_70_ETI_BUG) \ ) # define BOOST_MPL_CFG_MSVC_ETI_BUG #endif #endif // BOOST_MPL_AUX_CONFIG_ETI_HPP_INCLUDED