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
|
||||
|
Reference in New Issue
Block a user