]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/example/x3/calc/calc9/config.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / spirit / example / x3 / calc / calc9 / config.hpp
index 9ecee2d8943cb3ac34c31bd11e72810f6cd3631e..8a01a0078212f93455626dbaa77fc0793ba7b3e3 100644 (file)
@@ -16,10 +16,10 @@ namespace client { namespace parser
     typedef x3::phrase_parse_context<x3::ascii::space_type>::type phrase_context_type;
     typedef error_handler<iterator_type> error_handler_type;
 
-    typedef x3::with_context<
+    typedef x3::context<
         error_handler_tag
       , std::reference_wrapper<error_handler_type> const
-      , phrase_context_type>::type
+      , phrase_context_type>
     context_type;
 }}