Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-07-26 20:36:23 +0400
committerMilo Yip <miloyip@gmail.com>2014-07-26 20:36:23 +0400
commit857865a166282a92bd18789413bc5802a1361cb0 (patch)
treeaaddc8a9682e52739720cb02b379eef2bc98dc7d /include/rapidjson/error
parent8081e2a2c85eb78a8af52dd34c3a46c4cac51ad8 (diff)
Fix parse error message
Diffstat (limited to 'include/rapidjson/error')
-rw-r--r--include/rapidjson/error/en.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rapidjson/error/en.h b/include/rapidjson/error/en.h
index e9a5d1d3..e9120c5b 100644
--- a/include/rapidjson/error/en.h
+++ b/include/rapidjson/error/en.h
@@ -40,7 +40,6 @@ inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErro
case kParseErrorTermination: return RAPIDJSON_ERROR_STRING("Terminate parsing due to Handler error.");
case kParseErrorUnspecificSyntaxError: return RAPIDJSON_ERROR_STRING("Unspecific syntax error.");
- case kParseErrorStackSizeLimitExceeded: return RAPIDJSON_ERROR_STRING("Parsing stack size limit is exceeded.");
default:
return RAPIDJSON_ERROR_STRING("Unknown error.");