]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/metaparse/test/remove_trailing_no_chars.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / metaparse / test / remove_trailing_no_chars.cpp
index 871c4a7f8b407853da6a5a55516e47e29cb20082..8ce39f501c11109e0ce30e675cf8d46567923b7a 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/remove_trailing_no_chars.hpp>
+#include <boost/metaparse/config.hpp>
+#if BOOST_METAPARSE_STD >= 2011
+
+#include <boost/metaparse/v1/cpp11/impl/remove_trailing_no_chars.hpp>
 #include <boost/metaparse/string.hpp>
 
 #include <boost/mpl/equal_to.hpp>
@@ -57,4 +60,5 @@ BOOST_METAPARSE_TEST_CASE(remove_trailing_no_chars)
   ));
 }
 
+#endif