X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fmetaparse%2Fexample%2Fmeta_lambda%2Fmain.cpp;h=892e5756f5f4a22a55e2a92ffddf72bfac4d72fd;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=147ea7e8c87684ebd4462383f3886b75aadd47c3;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/metaparse/example/meta_lambda/main.cpp b/ceph/src/boost/libs/metaparse/example/meta_lambda/main.cpp index 147ea7e8c..892e5756f 100644 --- a/ceph/src/boost/libs/metaparse/example/meta_lambda/main.cpp +++ b/ceph/src/boost/libs/metaparse/example/meta_lambda/main.cpp @@ -201,7 +201,7 @@ typedef last_of, plus_exp> expression; typedef build_parser > metafunction_parser; -#ifdef BOOST_NO_CXX11_CONSTEXPR +#if BOOST_METAPARSE_STD < 2011 template struct meta_lambda : apply_wrap1 {};