1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

🔨 minor change

This commit is contained in:
Niels Lohmann
2017-06-19 21:50:36 +02:00
parent 4e6f548c0b
commit 70b7455a13

View File

@ -12529,7 +12529,7 @@ scan_number_done:
} }
/// return syntax error message /// return syntax error message
const char* get_error_message() const noexcept constexpr const char* get_error_message() const noexcept
{ {
return error_message; return error_message;
} }