Some tuning

This commit is contained in:
Daniel Lemire 2020-01-06 11:41:07 -05:00
parent 2caa6e3370
commit 0a874a5063
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#define SIMDJSON_SIMDJSON_H
#ifndef __cplusplus
#error SIMDBJSON requires C++ compiler
#error simdjson requires a C++ compiler
#endif
#ifndef SIMDJSON_CPLUSPLUS
@ -14,7 +14,7 @@
#endif
#if (SIMDJSON_CPLUSPLUS < 201703L)
#error SIMDBJSON requires the standard C++17 compiler
#error simdjson requires a compiler compliant with the C++17 standard
#endif
#include <string>