/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/operators.hpp (1071B)
#ifndef BOOST_MPL_AUX_CONFIG_OPERATORS_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_OPERATORS_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2003-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 #include #if !defined(BOOST_MPL_CFG_USE_OPERATORS_OVERLOADING) \ && ( BOOST_WORKAROUND(BOOST_MSVC, <= 1300) \ || BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x610)) \ || BOOST_WORKAROUND(__EDG_VERSION__, <= 245) \ || BOOST_WORKAROUND(BOOST_MPL_CFG_GCC, <= 0x0295) \ || BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(600)) \ || BOOST_WORKAROUND(__NVCC__, BOOST_TESTED_AT(1)) \ ) # define BOOST_MPL_CFG_USE_OPERATORS_OVERLOADING #endif #endif // BOOST_MPL_AUX_CONFIG_OPERATORS_HPP_INCLUDED