1234567891011121314151617181920212223242526272829303132 |
- #ifndef BOOST_MPL_AUX_CONFIG_LAMBDA_HPP_INCLUDED
- #define BOOST_MPL_AUX_CONFIG_LAMBDA_HPP_INCLUDED
- #include <boost/mpl/aux_/config/ttp.hpp>
- #include <boost/mpl/aux_/config/ctps.hpp>
- #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
|