mirror of
https://github.com/monero-project/monero.git
synced 2025-06-01 22:22:06 -04:00
update rapidjson
This commit is contained in:
parent
2846d0850d
commit
f62ebc5c81
31 changed files with 11484 additions and 6950 deletions
2
external/rapidjson/error/en.h
vendored
2
external/rapidjson/error/en.h
vendored
|
@ -38,7 +38,7 @@ inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErro
|
|||
case kParseErrorNone: return RAPIDJSON_ERROR_STRING("No error.");
|
||||
|
||||
case kParseErrorDocumentEmpty: return RAPIDJSON_ERROR_STRING("The document is empty.");
|
||||
case kParseErrorDocumentRootNotSingular: return RAPIDJSON_ERROR_STRING("The document root must not follow by other values.");
|
||||
case kParseErrorDocumentRootNotSingular: return RAPIDJSON_ERROR_STRING("The document root must not be followed by other values.");
|
||||
|
||||
case kParseErrorValueInvalid: return RAPIDJSON_ERROR_STRING("Invalid value.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue