use char const*
This commit is contained in:
parent
5834de9b1f
commit
20d6f84b3b
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace grammar {
|
|||
|
||||
namespace x3 = boost::spirit::x3;
|
||||
using space_type = x3::standard::space_type;
|
||||
using iterator_type = std::string::const_iterator;
|
||||
using iterator_type = char const*;
|
||||
using context_type = x3::with_context<keys_tag,
|
||||
std::reference_wrapper<keys_map> const,
|
||||
x3::phrase_parse_context<space_type>::type>::type;
|
||||
|
|
Loading…
Reference in a new issue