-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi,
maybe I am missing something, but based on the documentation provided, I do not understand how rethrow_error_handler is supposed to be used.
Whenever a parser fails, if_full_parse checks whether the full input was consumed. If not, it executes throw without any arguments. However, throw without any arguments terminates my program: At that time, no exception is handled.
The single throw in
parser/include/boost/parser/parser.hpp
Line 2854 in 647cec6
| throw; |
Metadata
Metadata
Assignees
Labels
No labels