| 2939 | |
| 2940 | private: |
| 2941 | parse_error(int id_, std::size_t byte_, const char* what_arg) |
| 2942 | : exception(id_, what_arg), byte(byte_) {} |
| 2943 | |
| 2944 | static std::string position_string(const position_t& pos) |
| 2945 | { |
no outgoing calls
no test coverage detected