]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/metaparse/test/pop_front.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / metaparse / test / pop_front.cpp
index 8f33bb62ea669f8a3e681e73f906b6c311ec7135..988ec82277a8b0bb232cd2460ac1523da3f6e4ee 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/pop_front.hpp>
+#include <boost/metaparse/config.hpp>
+#if BOOST_METAPARSE_STD >= 2011
+#  include <boost/metaparse/v1/cpp11/impl/pop_front.hpp>
+#else
+#  include <boost/metaparse/v1/cpp98/impl/pop_front.hpp>
+#endif
+
 #include <boost/metaparse/string.hpp>
 
 #include <boost/mpl/equal_to.hpp>