file iteration fixes

[SVN r15936]
This commit is contained in:
Aleksey Gurtovoy
2002-10-15 20:21:08 +00:00
parent 3e40fe2c5b
commit 9dd512ac83
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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