]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/metaparse/test/update_c.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / metaparse / test / update_c.cpp
index 29262e2c10c6de85f8bf00435ce917263f4c2999..94f9ab0c4132e5e7145b76760872855ddefa54eb 100644 (file)
@@ -3,7 +3,10 @@
 //    (See accompanying file LICENSE_1_0.txt or copy at
 //          http://www.boost.org/LICENSE_1_0.txt)
 
-#include <boost/metaparse/v1/impl/update_c.hpp>
+#include <boost/metaparse/config.hpp>
+#if BOOST_METAPARSE_STD < 2011
+
+#include <boost/metaparse/v1/cpp98/impl/update_c.hpp>
 #include <boost/metaparse/string.hpp>
 
 #include <boost/mpl/equal_to.hpp>
@@ -36,3 +39,5 @@ BOOST_METAPARSE_TEST_CASE(update_c)
   ));
 }
 
+#endif
+