| 4670 | |
| 4671 | private: |
| 4672 | parse_error(int id_, std::size_t byte_, const char* what_arg) |
| 4673 | : exception(id_, what_arg), byte(byte_) {} |
| 4674 | |
| 4675 | static std::string position_string(const position_t& pos) |
| 4676 | { |
no outgoing calls
no test coverage detected