]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/metaparse/test/concat.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / metaparse / test / concat.cpp
index 497ecf9f097645dba582006359d9eac2c59c3509..c5af6b2fbf5f7c1ef555c3fb1658a11755b5eb8e 100644 (file)
@@ -3,7 +3,11 @@
 //    (See accompanying file LICENSE_1_0.txt or copy at
 //          http://www.boost.org/LICENSE_1_0.txt)
 
-#include <boost/metaparse/v1/impl/concat.hpp>
+#include <boost/metaparse/config.hpp>
+
+#if BOOST_METAPARSE_STD >= 2011
+
+#include <boost/metaparse/v1/cpp11/impl/concat.hpp>
 #include <boost/metaparse/string.hpp>
 
 #include <boost/mpl/equal_to.hpp>
@@ -40,4 +44,5 @@ BOOST_METAPARSE_TEST_CASE(concat)
   ));
 }
 
+#endif