/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/lambda.hpp (910B)
#ifndef BOOST_MPL_AUX_CONFIG_LAMBDA_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_LAMBDA_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2002-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 // agurt, 15/jan/02: full-fledged implementation requires both // template template parameters _and_ partial specialization #if !defined(BOOST_MPL_CFG_NO_FULL_LAMBDA_SUPPORT) \ && ( defined(BOOST_MPL_CFG_NO_TEMPLATE_TEMPLATE_PARAMETERS) \ || defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) \ ) # define BOOST_MPL_CFG_NO_FULL_LAMBDA_SUPPORT #endif #endif // BOOST_MPL_AUX_CONFIG_LAMBDA_HPP_INCLUDED