We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6043ad8 commit b8c12c9Copy full SHA for b8c12c9
include/rapidjson/schema.h
@@ -25,7 +25,7 @@
25
#define RAPIDJSON_SCHEMA_USE_INTERNALREGEX 0
26
#endif
27
28
-#if !RAPIDJSON_SCHEMA_USE_INTERNALREGEX && !defined(RAPIDJSON_SCHEMA_USE_STDREGEX) && (__cplusplus >=201103L || (defined(_MSC_VER) && _MSC_VER >= 1800))
+#if !RAPIDJSON_SCHEMA_USE_INTERNALREGEX && defined(RAPIDJSON_SCHEMA_USE_STDREGEX) && (__cplusplus >=201103L || (defined(_MSC_VER) && _MSC_VER >= 1800))
29
#define RAPIDJSON_SCHEMA_USE_STDREGEX 1
30
#else
31
#define RAPIDJSON_SCHEMA_USE_STDREGEX 0
0 commit comments