forked from boostorg/type_traits
file iteration fixes
[SVN r15936]
This commit is contained in:
@ -120,7 +120,7 @@ struct is_function_ptr_helper<R (*)(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T1
|
||||
|
||||
#undef BOOST_STATIC_CONSTANT
|
||||
#define BOOST_PP_ITERATION_PARAMS_1 \
|
||||
(0, 25, "boost/type_traits/detail/is_function_ptr_helper.hpp")
|
||||
(3, (0, 25, "boost/type_traits/detail/is_function_ptr_helper.hpp"))
|
||||
#include BOOST_PP_ITERATE()
|
||||
|
||||
#endif // BOOST_TT_PREPROCESSING_MODE
|
||||
|
@ -111,7 +111,7 @@ yes_type is_function_ptr_tester(R (*)(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,
|
||||
#else
|
||||
|
||||
#define BOOST_PP_ITERATION_PARAMS_1 \
|
||||
(0, 25, "boost/type_traits/detail/is_function_ptr_tester.hpp")
|
||||
(3, (0, 25, "boost/type_traits/detail/is_function_ptr_tester.hpp"))
|
||||
#include BOOST_PP_ITERATE()
|
||||
|
||||
#endif // BOOST_TT_PREPROCESSING_MODE
|
||||
|
@ -111,7 +111,7 @@ yes_type is_function_type_tester(R f(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T
|
||||
#else
|
||||
|
||||
#define BOOST_PP_ITERATION_PARAMS_1 \
|
||||
(0, 25, "boost/type_traits/detail/is_function_type_tester.hpp")
|
||||
(3, (0, 25, "boost/type_traits/detail/is_function_type_tester.hpp"))
|
||||
#include BOOST_PP_ITERATE()
|
||||
|
||||
#endif // BOOST_TT_PREPROCESSING_MODE
|
||||
|
@ -323,7 +323,7 @@ struct is_mem_fun_pointer_impl<R (T::*)(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T1
|
||||
|
||||
#undef BOOST_STATIC_CONSTANT
|
||||
#define BOOST_PP_ITERATION_PARAMS_1 \
|
||||
(0, 25, "boost/type_traits/detail/is_mem_fun_pointer_impl.hpp")
|
||||
(3, (0, 25, "boost/type_traits/detail/is_mem_fun_pointer_impl.hpp"))
|
||||
#include BOOST_PP_ITERATE()
|
||||
|
||||
#endif // BOOST_TT_PREPROCESSING_MODE
|
||||
|
@ -267,7 +267,7 @@ yes_type is_mem_fun_pointer_tester(R (T::*)(T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T1
|
||||
#else
|
||||
|
||||
#define BOOST_PP_ITERATION_PARAMS_1 \
|
||||
(0, 25, "boost/type_traits/detail/is_mem_fun_pointer_tester.hpp")
|
||||
(3, (0, 25, "boost/type_traits/detail/is_mem_fun_pointer_tester.hpp"))
|
||||
#include BOOST_PP_ITERATE()
|
||||
|
||||
#endif // BOOST_TT_PREPROCESSING_MODE
|
||||
|
Reference in New Issue
Block a user