mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
@@ -404,7 +404,7 @@ supplement the context like this:
|
||||
using phrase_context_type = x3::phrase_parse_context<x3::ascii::space_type>::type;
|
||||
|
||||
typedef x3::context<
|
||||
error_handler_tag
|
||||
position_cache_tag
|
||||
, std::reference_wrapper<position_cache>
|
||||
, phrase_context_type>
|
||||
context_type;
|
||||
|
||||
Reference in New Issue
Block a user