]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/metaparse/example/meta_lambda/main.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / metaparse / example / meta_lambda / main.cpp
index 147ea7e8c87684ebd4462383f3886b75aadd47c3..892e5756f5f4a22a55e2a92ffddf72bfac4d72fd 100644 (file)
@@ -201,7 +201,7 @@ typedef last_of<repeated<space>, plus_exp> expression;
 
 typedef build_parser<entire_input<expression> > metafunction_parser;
 
-#ifdef BOOST_NO_CXX11_CONSTEXPR
+#if BOOST_METAPARSE_STD < 2011
 
 template <class Exp>
 struct meta_lambda : apply_wrap1<metafunction_parser, Exp> {};