]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/preprocessor/iteration/detail/iter/reverse5.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / preprocessor / iteration / detail / iter / reverse5.hpp
index 225a557f894c46664307ed3def27d10a0bbfb19b..c7a2ff86c0c889681e170dfd5b7a70df8f99b7f4 100644 (file)
@@ -7,8 +7,14 @@
 #  *                                                                          *
 #  ************************************************************************** */
 #
+# /* Revised by Edward Diener (2020) */
+#
 # /* See http://www.boost.org for most recent version. */
 #
+# include <boost/preprocessor/config/config.hpp>
+#
+# if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_STRICT()
+#
 # if BOOST_PP_ITERATION_FINISH_5 <= 256 && BOOST_PP_ITERATION_START_5 >= 256
 #    define BOOST_PP_ITERATION_5 256
 #    include BOOST_PP_FILENAME_5
 #    include BOOST_PP_FILENAME_5
 #    undef BOOST_PP_ITERATION_5
 # endif
+#
+# else
+#
+# include <boost/preprocessor/config/limits.hpp>
+#
+# if BOOST_PP_LIMIT_ITERATION == 256
+# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_256.hpp>
+# elif BOOST_PP_LIMIT_ITERATION == 512
+# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_512.hpp>
+# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_256.hpp>
+# elif BOOST_PP_LIMIT_ITERATION == 1024
+# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_1024.hpp>
+# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_512.hpp>
+# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_256.hpp>
+# else
+# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
+# endif
+#
+# endif