mirror of
https://github.com/nlohmann/json.git
synced 2025-07-27 00:41:05 +03:00
🔨 minor change
This commit is contained in:
@ -12529,7 +12529,7 @@ scan_number_done:
|
||||
}
|
||||
|
||||
/// return syntax error message
|
||||
const char* get_error_message() const noexcept
|
||||
constexpr const char* get_error_message() const noexcept
|
||||
{
|
||||
return error_message;
|
||||
}
|
||||
|
Reference in New Issue
Block a user