| 1972 | |
| 1973 | private: |
| 1974 | parse_error(int id_, std::size_t byte_, const char* what_arg) |
| 1975 | : exception(id_, what_arg), byte(byte_) {} |
| 1976 | |
| 1977 | static std::string position_string(const position_t& pos) |
| 1978 | { |
no outgoing calls
no test coverage detected