mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Compile under C++ 11
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#include "simdjson/error.h"
|
||||
|
||||
namespace simdjson::internal {
|
||||
const error_code_info error_codes[] {
|
||||
SIMDJSON_DLLIMPORTEXPORT const error_code_info error_codes[] {
|
||||
{ SUCCESS, "No error" },
|
||||
{ SUCCESS_AND_HAS_MORE, "No error and buffer still has more data" },
|
||||
{ CAPACITY, "This parser can't support a document that big" },
|
||||
|
||||
Reference in New Issue
Block a user