| 2461 | |
| 2462 | private: |
| 2463 | parse_error(int id_, std::size_t byte_, const char* what_arg) |
| 2464 | : exception(id_, what_arg), byte(byte_) {} |
| 2465 | |
| 2466 | static std::string position_string(const position_t& pos) |
| 2467 | { |
no outgoing calls
no test coverage detected