fix: a value set for __cpp_explicit_this_parameter

This commit is contained in:
Mateusz Pusz
2024-02-13 16:26:38 +01:00
parent 28896583e5
commit f16ac802b3

View File

@@ -83,7 +83,7 @@
// TODO revise the below when clang-18 is released // TODO revise the below when clang-18 is released
#if MP_UNITS_COMP_CLANG >= 18 && !defined __cpp_explicit_this_parameter #if MP_UNITS_COMP_CLANG >= 18 && !defined __cpp_explicit_this_parameter
#define __cpp_explicit_this_parameter #define __cpp_explicit_this_parameter 202110L
#endif #endif