forked from boostorg/preprocessor
Changed directory structure so that all limits implementations are in their own relative "limits" subdirectory.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user