🔨 minor change

This commit is contained in:
Niels Lohmann 2017-06-19 21:50:36 +02:00
parent 4e6f548c0b
commit 70b7455a13
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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;
}