return syntax error message
| 8771 | |
| 8772 | /// return syntax error message |
| 8773 | JSON_HEDLEY_RETURNS_NON_NULL |
| 8774 | constexpr const char* get_error_message() const noexcept |
| 8775 | { |
| 8776 | return error_message; |
| 8777 | } |
| 8778 | |
| 8779 | ///////////////////// |
| 8780 | // actual scanner |
nothing calls this directly
no outgoing calls
no test coverage detected