mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
X3.Examples: Context type has changed due to #239
This commit is contained in:
@@ -18,7 +18,7 @@ namespace client { namespace parser
|
||||
|
||||
typedef x3::context<
|
||||
error_handler_tag
|
||||
, std::reference_wrapper<error_handler_type> const
|
||||
, std::reference_wrapper<error_handler_type>
|
||||
, phrase_context_type>
|
||||
context_type;
|
||||
}}
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace client { namespace parser
|
||||
|
||||
typedef x3::context<
|
||||
error_handler_tag
|
||||
, std::reference_wrapper<error_handler_type> const
|
||||
, std::reference_wrapper<error_handler_type>
|
||||
, phrase_context_type>
|
||||
context_type;
|
||||
}}
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace rexpr { namespace parser
|
||||
// Combined Error Handler and Phrase Parse Context
|
||||
typedef x3::context<
|
||||
error_handler_tag
|
||||
, std::reference_wrapper<error_handler_type> const
|
||||
, std::reference_wrapper<error_handler_type>
|
||||
, phrase_context_type>
|
||||
context_type;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user