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