mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 21:42:08 +02:00
renamed BOOST_PP_LOCAL_LIMITS to BOOST_PP_LOCAL_ITERATION_LIMITS
[SVN r14220]
This commit is contained in:
@ -8,9 +8,9 @@
|
|||||||
# * *
|
# * *
|
||||||
# ************************************************************************** */
|
# ************************************************************************** */
|
||||||
#
|
#
|
||||||
# ifdef BOOST_PP_LOCAL_LIMITS
|
# ifdef BOOST_PP_LOCAL_ITERATION_LIMITS
|
||||||
# define BOOST_PP_LOCAL_START BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_LOCAL_LIMITS)
|
# define BOOST_PP_LOCAL_START BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_LOCAL_ITERATION_LIMITS)
|
||||||
# define BOOST_PP_LOCAL_FINISH BOOST_PP_TUPLE_ELEM(2, 1, BOOST_PP_LOCAL_LIMITS)
|
# define BOOST_PP_LOCAL_FINISH BOOST_PP_TUPLE_ELEM(2, 1, BOOST_PP_LOCAL_ITERATION_LIMITS)
|
||||||
# else
|
# else
|
||||||
# error BOOST_PP: local iteration boundaries are not defined
|
# error BOOST_PP: local iteration boundaries are not defined
|
||||||
# endif
|
# endif
|
||||||
@ -787,6 +787,8 @@
|
|||||||
BOOST_PP_LOCAL_MACRO(256)
|
BOOST_PP_LOCAL_MACRO(256)
|
||||||
# endif
|
# endif
|
||||||
#
|
#
|
||||||
|
# undef BOOST_PP_LOCAL_ITERATION_LIMITS
|
||||||
|
#
|
||||||
# undef BOOST_PP_LOCAL_START
|
# undef BOOST_PP_LOCAL_START
|
||||||
# undef BOOST_PP_LOCAL_FINISH
|
# undef BOOST_PP_LOCAL_FINISH
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user