2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

X3.Docs: Fix typo (wrong tag)

Closes #667
This commit is contained in:
Nikita Kniazev
2021-04-21 17:27:10 +03:00
committed by GitHub
parent 3ac3451eaa
commit 56b4a5b99c

View File

@@ -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;