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