| 2528 | |
| 2529 | private: |
| 2530 | parse_error(int id_, std::size_t byte_, const char* what_arg) |
| 2531 | : exception(id_, what_arg), byte(byte_) {} |
| 2532 | |
| 2533 | static std::string position_string(const position_t& pos) |
| 2534 | { |
no outgoing calls
no test coverage detected