]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/metaparse/example/binary_number/main.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / metaparse / example / binary_number / main.cpp
index 2e251d8e51c3001f63ca32fff41a7e0140cffa32..63624583450da47414dfe13346afa2f0e552b8a8 100644 (file)
@@ -56,7 +56,7 @@ struct binary : binary_parser::apply<S>::type {};
 #endif
 #define _STR BOOST_METAPARSE_STRING
 
-#ifdef BOOST_NO_CXX11_CONSTEXPR
+#if BOOST_METAPARSE_STD < 2011
 
 int main()
 {