]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/function/detail/function_iterate.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
d068cb7ed54cd1ce89e6b54ba932409db1d167cd
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / function / detail / function_iterate.hpp
1 // Boost.Function library\r
2 \r
3 //  Copyright Douglas Gregor 2003. Use, modification and\r
4 //  distribution is subject to the Boost Software License, Version\r
5 //  1.0. (See accompanying file LICENSE_1_0.txt or copy at\r
6 //  http://www.boost.org/LICENSE_1_0.txt)\r
7 \r
8 // For more information, see http://www.boost.org\r
9 #if !defined(BOOST_PP_IS_ITERATING)\r
10 # error Boost.Function - do not include this file!\r
11 #endif\r
12 \r
13 #define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION()\r
14 #include <boost/function/detail/maybe_include.hpp>\r
15 #undef BOOST_FUNCTION_NUM_ARGS\r
16 \r