|
|
@@ -78,7 +78,7 @@ namespace json {
|
|
|
}
|
|
|
|
|
|
if ( is_negative && base != decimal ) {
|
|
|
- throw json_numeric_exception{"Only decimal numbers can be recorded as negative"};
|
|
|
+ throw json_numeric_exception("Only decimal numbers can be recorded as negative");
|
|
|
}
|
|
|
if (end == it) {
|
|
|
throw unterminated_json_exception("Expected any token, got nothing");
|