12345678910111213141516171819202122232425262728 |
- #ifndef BOOST_CONFIG_FUNCTIONAL
- # define BOOST_CONFIG_FUNCTIONAL
- # ifndef BOOST_TR1_NO_RECURSION
- # define BOOST_TR1_NO_RECURSION
- # define BOOST_CONFIG_NO_FUNCTIONAL_RECURSION
- # endif
- # include <functional>
- # ifdef BOOST_CONFIG_NO_FUNCTIONAL_RECURSION
- # undef BOOST_TR1_NO_RECURSION
- # undef BOOST_CONFIG_NO_FUNCTIONAL_RECURSION
- # endif
- #endif
|