| 5671 | using error_handler_type = ErrorHandler; |
| 5672 | |
| 5673 | constexpr parser_interface() : parser_() {} |
| 5674 | constexpr parser_interface(parser_type p) : parser_(std::move(p)) {} |
| 5675 | constexpr parser_interface( |
| 5676 | parser_type p, global_state_type gs, error_handler_type eh) : |
no outgoing calls
no test coverage detected