]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/metaparse/example/regexp/main.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / metaparse / example / regexp / main.cpp
index daf35802a26fe8680265160d70beb0e8656675a4..cb8b8ab3055ab10d68a9876148cc4ffc36b72ee3 100644 (file)
@@ -134,7 +134,7 @@ void test_string(const std::string& s)
   using std::cout;
   using std::endl;
 
-#ifdef BOOST_NO_CXX11_CONSTEXPR
+#if BOOST_METAPARSE_STD < 2011
   typedef boost::metaparse::string<'.','(','b','c',')'> regexp;
 #else
   typedef BOOST_METAPARSE_STRING(".(bc)") regexp;