forked from boostorg/preprocessor
Changed directory structure so that all limits implementations are in their own relative "limits" subdirectory.
This commit is contained in:
@ -20,9 +20,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_MAG == 256
|
||||
# include <boost/preprocessor/arithmetic/dec_256.hpp>
|
||||
# include <boost/preprocessor/arithmetic/limits/dec_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/arithmetic/dec_512.hpp>
|
||||
# include <boost/preprocessor/arithmetic/limits/dec_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_MAG limit
|
||||
# endif
|
||||
|
@ -20,9 +20,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_MAG == 256
|
||||
# include <boost/preprocessor/arithmetic/inc_256.hpp>
|
||||
# include <boost/preprocessor/arithmetic/limits/inc_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/arithmetic/inc_512.hpp>
|
||||
# include <boost/preprocessor/arithmetic/limits/inc_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_MAG limit
|
||||
# endif
|
||||
|
@ -20,9 +20,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_MAG == 256
|
||||
# include <boost/preprocessor/comparison/not_equal_256.hpp>
|
||||
# include <boost/preprocessor/comparison/limits/not_equal_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/comparison/not_equal_512.hpp>
|
||||
# include <boost/preprocessor/comparison/limits/not_equal_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_MAG limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/control/deduce_d_256.hpp>
|
||||
# include <boost/preprocessor/control/limits/deduce_d_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/control/deduce_d_512.hpp>
|
||||
# include <boost/preprocessor/control/limits/deduce_d_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/control/detail/dmc/while_256.hpp>
|
||||
# include <boost/preprocessor/control/detail/dmc/limits/while_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/control/detail/dmc/while_512.hpp>
|
||||
# include <boost/preprocessor/control/detail/dmc/limits/while_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/control/detail/edg/while_256.hpp>
|
||||
# include <boost/preprocessor/control/detail/edg/limits/while_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/control/detail/edg/while_512.hpp>
|
||||
# include <boost/preprocessor/control/detail/edg/limits/while_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/control/detail/msvc/while_256.hpp>
|
||||
# include <boost/preprocessor/control/detail/msvc/limits/while_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/control/detail/msvc/while_512.hpp>
|
||||
# include <boost/preprocessor/control/detail/msvc/limits/while_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/control/detail/while_256.hpp>
|
||||
# include <boost/preprocessor/control/detail/limits/while_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/control/detail/while_512.hpp>
|
||||
# include <boost/preprocessor/control/detail/limits/while_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -19,9 +19,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/control/while_256.hpp>
|
||||
# include <boost/preprocessor/control/limits/while_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/control/while_512.hpp>
|
||||
# include <boost/preprocessor/control/limits/while_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -42,10 +42,10 @@
|
||||
#
|
||||
# if BOOST_PP_LOCAL_AUTOREC == 256
|
||||
# undef BOOST_PP_LOCAL_AUTOREC
|
||||
# include <boost/preprocessor/detail/auto_rec_256.hpp>
|
||||
# include <boost/preprocessor/detail/limits/auto_rec_256.hpp>
|
||||
# elif BOOST_PP_LOCAL_AUTOREC == 512
|
||||
# undef BOOST_PP_LOCAL_AUTOREC
|
||||
# include <boost/preprocessor/detail/auto_rec_512.hpp>
|
||||
# include <boost/preprocessor/detail/limits/auto_rec_512.hpp>
|
||||
# else
|
||||
# undef BOOST_PP_LOCAL_AUTOREC
|
||||
# endif
|
||||
|
@ -36,10 +36,10 @@
|
||||
#
|
||||
# if BOOST_PP_LOCAL_AUTOREC == 256
|
||||
# undef BOOST_PP_LOCAL_AUTOREC
|
||||
# include <boost/preprocessor/detail/dmc/auto_rec_256.hpp>
|
||||
# include <boost/preprocessor/detail/dmc/limits/auto_rec_256.hpp>
|
||||
# elif BOOST_PP_LOCAL_AUTOREC == 512
|
||||
# undef BOOST_PP_LOCAL_AUTOREC
|
||||
# include <boost/preprocessor/detail/dmc/auto_rec_512.hpp>
|
||||
# include <boost/preprocessor/detail/dmc/limits/auto_rec_512.hpp>
|
||||
# else
|
||||
# undef BOOST_PP_LOCAL_AUTOREC
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_MAG == 256
|
||||
# include <boost/preprocessor/facilities/intercept_256.hpp>
|
||||
# include <boost/preprocessor/facilities/limits/intercept_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/facilities/intercept_512.hpp>
|
||||
# include <boost/preprocessor/facilities/limits/intercept_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_MAG limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/list/detail/dmc/fold_left_256.hpp>
|
||||
# include <boost/preprocessor/list/detail/dmc/limits/fold_left_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/list/detail/dmc/fold_left_512.hpp>
|
||||
# include <boost/preprocessor/list/detail/dmc/limits/fold_left_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/list/detail/edg/fold_left_256.hpp>
|
||||
# include <boost/preprocessor/list/detail/edg/limits/fold_left_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/list/detail/edg/fold_left_512.hpp>
|
||||
# include <boost/preprocessor/list/detail/edg/limits/fold_left_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/list/detail/edg/fold_right_256.hpp>
|
||||
# include <boost/preprocessor/list/detail/edg/limits/fold_right_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/list/detail/edg/fold_right_512.hpp>
|
||||
# include <boost/preprocessor/list/detail/edg/limits/fold_right_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/list/detail/fold_left_256.hpp>
|
||||
# include <boost/preprocessor/list/detail/limits/fold_left_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/list/detail/fold_left_512.hpp>
|
||||
# include <boost/preprocessor/list/detail/limits/fold_left_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/list/detail/fold_right_256.hpp>
|
||||
# include <boost/preprocessor/list/detail/limits/fold_right_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/list/detail/fold_right_512.hpp>
|
||||
# include <boost/preprocessor/list/detail/limits/fold_right_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -19,9 +19,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/list/fold_left_256.hpp>
|
||||
# include <boost/preprocessor/list/limits/fold_left_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/list/fold_left_512.hpp>
|
||||
# include <boost/preprocessor/list/limits/fold_left_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -17,9 +17,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# include <boost/preprocessor/list/fold_right_256.hpp>
|
||||
# include <boost/preprocessor/list/limits/fold_right_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# include <boost/preprocessor/list/fold_right_512.hpp>
|
||||
# include <boost/preprocessor/list/limits/fold_right_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -19,9 +19,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_MAG == 256
|
||||
# include <boost/preprocessor/logical/bool_256.hpp>
|
||||
# include <boost/preprocessor/logical/limits/bool_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/logical/bool_512.hpp>
|
||||
# include <boost/preprocessor/logical/limits/bool_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_MAG limit
|
||||
# endif
|
||||
|
@ -19,9 +19,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_MAG == 256
|
||||
# include <boost/preprocessor/repetition/repeat_from_to_256.hpp>
|
||||
# include <boost/preprocessor/repetition/limits/repeat_from_to_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/repetition/repeat_from_to_512.hpp>
|
||||
# include <boost/preprocessor/repetition/limits/repeat_from_to_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
# endif
|
||||
|
@ -15,9 +15,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_SEQ == 256
|
||||
# include <boost/preprocessor/seq/fold_left_256.hpp>
|
||||
# include <boost/preprocessor/seq/limits/fold_left_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_SEQ == 512
|
||||
# include <boost/preprocessor/seq/fold_left_512.hpp>
|
||||
# include <boost/preprocessor/seq/limits/fold_left_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_SEQ limit
|
||||
# endif
|
||||
|
@ -15,9 +15,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_SEQ == 256
|
||||
# include <boost/preprocessor/seq/fold_right_256.hpp>
|
||||
# include <boost/preprocessor/seq/limits/fold_right_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_SEQ == 512
|
||||
# include <boost/preprocessor/seq/fold_right_512.hpp>
|
||||
# include <boost/preprocessor/seq/limits/fold_right_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_SEQ limit
|
||||
# endif
|
||||
|
@ -15,9 +15,9 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_SEQ == 256
|
||||
# include <boost/preprocessor/seq/size_256.hpp>
|
||||
# include <boost/preprocessor/seq/limits/size_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_SEQ == 512
|
||||
# include <boost/preprocessor/seq/size_512.hpp>
|
||||
# include <boost/preprocessor/seq/limits/size_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_SEQ limit
|
||||
# endif
|
||||
|
@ -18,11 +18,11 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_TUPLE == 64
|
||||
# include <boost/preprocessor/variadic/elem_64.hpp>
|
||||
# include <boost/preprocessor/variadic/limits/elem_64.hpp>
|
||||
# elif BOOST_PP_LIMIT_TUPLE == 128
|
||||
# include <boost/preprocessor/variadic/elem_128.hpp>
|
||||
# include <boost/preprocessor/variadic/limits/elem_128.hpp>
|
||||
# elif BOOST_PP_LIMIT_TUPLE == 256
|
||||
# include <boost/preprocessor/variadic/elem_256.hpp>
|
||||
# include <boost/preprocessor/variadic/limits/elem_256.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_TUPLE limit
|
||||
# endif
|
||||
|
@ -16,11 +16,11 @@
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_TUPLE == 64
|
||||
# include <boost/preprocessor/variadic/size_64.hpp>
|
||||
# include <boost/preprocessor/variadic/limits/size_64.hpp>
|
||||
# elif BOOST_PP_LIMIT_TUPLE == 128
|
||||
# include <boost/preprocessor/variadic/size_128.hpp>
|
||||
# include <boost/preprocessor/variadic/limits/size_128.hpp>
|
||||
# elif BOOST_PP_LIMIT_TUPLE == 256
|
||||
# include <boost/preprocessor/variadic/size_256.hpp>
|
||||
# include <boost/preprocessor/variadic/limits/size_256.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_TUPLE limit
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user