]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/metaparse/test/push_front_c.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / metaparse / test / push_front_c.cpp
index d7c93115f5db2d947a582b75ed969343898b8f95..9ac65865cdc0545c5c6294fc069286a6fa67ea60 100644 (file)
@@ -3,7 +3,13 @@
 //    (See accompanying file LICENSE_1_0.txt or copy at
 //          http://www.boost.org/LICENSE_1_0.txt)
 
-#include <boost/metaparse/v1/impl/push_front_c.hpp>
+#include <boost/metaparse/config.hpp>
+#if BOOST_METAPARSE_STD >= 2011
+#  include <boost/metaparse/v1/cpp11/impl/push_front_c.hpp>
+#else
+#  include <boost/metaparse/v1/cpp98/impl/push_front_c.hpp>
+#endif
+
 #include <boost/metaparse/string.hpp>
 
 #include <boost/mpl/equal_to.hpp>