Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:54

0001 // Boost.Function library
0002 
0003 //  Copyright Douglas Gregor 2003. Use, modification and
0004 //  distribution is subject to the Boost Software License, Version
0005 //  1.0. (See accompanying file LICENSE_1_0.txt or copy at
0006 //  http://www.boost.org/LICENSE_1_0.txt)
0007 
0008 // For more information, see http://www.boost.org
0009 #if !defined(BOOST_PP_IS_ITERATING)
0010 # error Boost.Function - do not include this file!
0011 #endif
0012 
0013 #define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION()
0014 #include <boost/function/detail/maybe_include.hpp>
0015 #undef BOOST_FUNCTION_NUM_ARGS
0016