| 244 | |
| 245 | |
| 246 | json5_error::json5_error(const std::string &what, std::string::size_type inputPos_) |
| 247 | :std::runtime_error(what) |
| 248 | ,inputPos(inputPos_) |
| 249 | { } |
| 250 | |
| 251 | |
| 252 | void ConvertJSON5(istream &in, ostream &out) { |
nothing calls this directly
no outgoing calls
no test coverage detected