Compile under C++ 11

This commit is contained in:
John Keiser
2020-04-08 11:06:16 -07:00
parent 406240bae3
commit 1e30b6e334
22 changed files with 259 additions and 101 deletions
+1 -1
View File
@@ -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" },