error(message)
{}
ParserError(size_t pos, const std::string& message)
- : runtime_error("Parsing error at position " + x2str(pos) + ". " + message),
+ : runtime_error("Parsing error at position " + std::to_string(pos) + ". " + message),
position(pos),
error(message)
{}