diff --git a/compiler__check_8h_source.html b/compiler__check_8h_source.html
index 02ec2bdc7..0ab87ee46 100644
--- a/compiler__check_8h_source.html
+++ b/compiler__check_8h_source.html
@@ -106,34 +106,44 @@ $(document).ready(function(){initNavTree('compiler__check_8h_source.html',''); i
-
- 17 #if !defined(SIMDJSON_CPLUSPLUS17) && (SIMDJSON_CPLUSPLUS >= 201703L)
- 18 #define SIMDJSON_CPLUSPLUS17 1
+
+ 17 #if !defined(SIMDJSON_CPLUSPLUS23) && (SIMDJSON_CPLUSPLUS >= 202302L)
+ 18 #define SIMDJSON_CPLUSPLUS23 1
-
- 22 #if !defined(SIMDJSON_CPLUSPLUS14) && (SIMDJSON_CPLUSPLUS >= 201402L)
- 23 #define SIMDJSON_CPLUSPLUS14 1
+
+ 22 #if !defined(SIMDJSON_CPLUSPLUS20) && (SIMDJSON_CPLUSPLUS >= 202002L)
+ 23 #define SIMDJSON_CPLUSPLUS20 1
-
- 27 #if !defined(SIMDJSON_CPLUSPLUS11) && (SIMDJSON_CPLUSPLUS >= 201103L)
- 28 #define SIMDJSON_CPLUSPLUS11 1
+
+ 27 #if !defined(SIMDJSON_CPLUSPLUS17) && (SIMDJSON_CPLUSPLUS >= 201703L)
+ 28 #define SIMDJSON_CPLUSPLUS17 1
- 31 #ifndef SIMDJSON_CPLUSPLUS11
- 32 #error simdjson requires a compiler compliant with the C++11 standard
-
-
- 35 #ifndef SIMDJSON_IF_CONSTEXPR
- 36 #if SIMDJSON_CPLUSPLUS17
- 37 #define SIMDJSON_IF_CONSTEXPR if constexpr
-
- 39 #define SIMDJSON_IF_CONSTEXPR if
-
-
-
-
+
+ 32 #if !defined(SIMDJSON_CPLUSPLUS14) && (SIMDJSON_CPLUSPLUS >= 201402L)
+ 33 #define SIMDJSON_CPLUSPLUS14 1
+
+
+
+ 37 #if !defined(SIMDJSON_CPLUSPLUS11) && (SIMDJSON_CPLUSPLUS >= 201103L)
+ 38 #define SIMDJSON_CPLUSPLUS11 1
+
+
+ 41 #ifndef SIMDJSON_CPLUSPLUS11
+ 42 #error simdjson requires a compiler compliant with the C++11 standard
+
+
+ 45 #ifndef SIMDJSON_IF_CONSTEXPR
+ 46 #if SIMDJSON_CPLUSPLUS17
+ 47 #define SIMDJSON_IF_CONSTEXPR if constexpr
+
+ 49 #define SIMDJSON_IF_CONSTEXPR if
+
+
+
+