Files
boost_function/include/boost/function/detail/function_iterate.hpp
T

9 lines
231 B
C++
Raw Normal View History

2002-09-24 17:16:17 +00:00
#if !defined(BOOST_PP_IS_ITERATING)
# error Boost.Function - do not include this file!
#endif
#define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION()
#include <boost/function/detail/maybe_include.hpp>
#undef BOOST_FUNCTION_NUM_ARGS