| 4437 | |
| 4438 | private: |
| 4439 | parse_error(int id_, std::size_t byte_, const char* what_arg) |
| 4440 | : exception(id_, what_arg), byte(byte_) {} |
| 4441 | |
| 4442 | static std::string position_string(const position_t& pos) |
| 4443 | { |
no outgoing calls
no test coverage detected