Changed directory structure so that all limits implementations are in their own relative "limits" subdirectory.

This commit is contained in:
Edward Diener
2020-04-30 10:24:33 -04:00
parent 3b6102cd03
commit 0dcaaac66f
80 changed files with 54 additions and 54 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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