Replies: 1 comment
-
|
This link gives some hints. In short, use In addition, when you removed the quotes around the key_string, this required a change to to when This is because the Relevant docs are here. Complete code illustrating solution is: That code includes debug macros, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a new comer to boost spirit, I can not understand why I can not replace it in spirit x3 example rexpr_min/rexpr.cpp:
with set key_string to key:
When passing the final parser expr to x3::phrase_parse, it gives me huge lines of errror message, hard to read.
So is there a pretty and simple debug lib for boost spirit just like static_assert, std::same_as to dig the type and error?
Beta Was this translation helpful? Give feedback.
All reactions