forked from boostorg/preprocessor
fix wrong dir name
[SVN r17136]
This commit is contained in:
@ -24,7 +24,7 @@
|
|||||||
# define BOOST_PP_LOCAL_LIMITS (5, 1)
|
# define BOOST_PP_LOCAL_LIMITS (5, 1)
|
||||||
# include BOOST_PP_LOCAL_ITERATE()
|
# include BOOST_PP_LOCAL_ITERATE()
|
||||||
#
|
#
|
||||||
# define BOOST_PP_INDIRECT_SELF <libs/preprocessor/regression/iteration.cpp>
|
# define BOOST_PP_INDIRECT_SELF <libs/preprocessor/test/iteration.cpp>
|
||||||
# include BOOST_PP_INCLUDE_SELF()
|
# include BOOST_PP_INCLUDE_SELF()
|
||||||
#
|
#
|
||||||
# else
|
# else
|
||||||
|
@ -18,15 +18,15 @@
|
|||||||
#
|
#
|
||||||
# define NO_FLAGS
|
# define NO_FLAGS
|
||||||
#
|
#
|
||||||
# define BOOST_PP_ITERATION_PARAMS_1 (3, (1, 10, <libs/preprocessor/regression/iteration.h>))
|
# define BOOST_PP_ITERATION_PARAMS_1 (3, (1, 10, <libs/preprocessor/test/iteration.h>))
|
||||||
# include BOOST_PP_ITERATE()
|
# include BOOST_PP_ITERATE()
|
||||||
#
|
#
|
||||||
# undef NO_FLAGS
|
# undef NO_FLAGS
|
||||||
#
|
#
|
||||||
# define BOOST_PP_ITERATION_PARAMS_1 (4, (1, 5, <libs/preprocessor/regression/iteration.h>, 0x0001))
|
# define BOOST_PP_ITERATION_PARAMS_1 (4, (1, 5, <libs/preprocessor/test/iteration.h>, 0x0001))
|
||||||
# include BOOST_PP_ITERATE()
|
# include BOOST_PP_ITERATE()
|
||||||
#
|
#
|
||||||
# define BOOST_PP_ITERATION_PARAMS_1 (4, (1, 5, <libs/preprocessor/regression/iteration.h>, 0x0002))
|
# define BOOST_PP_ITERATION_PARAMS_1 (4, (1, 5, <libs/preprocessor/test/iteration.h>, 0x0002))
|
||||||
# include BOOST_PP_ITERATE()
|
# include BOOST_PP_ITERATE()
|
||||||
#
|
#
|
||||||
# elif defined NO_FLAGS
|
# elif defined NO_FLAGS
|
||||||
@ -46,7 +46,7 @@ struct BOOST_PP_CAT(Y, BOOST_PP_ITERATION()) { };
|
|||||||
# elif BOOST_PP_ITERATION_DEPTH() == 1 \
|
# elif BOOST_PP_ITERATION_DEPTH() == 1 \
|
||||||
&& BOOST_PP_ITERATION_FLAGS() == 0x0002
|
&& BOOST_PP_ITERATION_FLAGS() == 0x0002
|
||||||
|
|
||||||
# define BOOST_PP_ITERATION_PARAMS_2 (3, (1, BOOST_PP_ITERATION(), <libs/preprocessor/regression/iteration.h>))
|
# define BOOST_PP_ITERATION_PARAMS_2 (3, (1, BOOST_PP_ITERATION(), <libs/preprocessor/test/iteration.h>))
|
||||||
# include BOOST_PP_ITERATE()
|
# include BOOST_PP_ITERATE()
|
||||||
|
|
||||||
# elif BOOST_PP_ITERATION_DEPTH() == 2 \
|
# elif BOOST_PP_ITERATION_DEPTH() == 2 \
|
||||||
|
Reference in New Issue
Block a user