diff options
Diffstat (limited to 'zen/legacy_compiler.cpp')
-rw-r--r-- | zen/legacy_compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/legacy_compiler.cpp b/zen/legacy_compiler.cpp index 416993ed..66125b0f 100644 --- a/zen/legacy_compiler.cpp +++ b/zen/legacy_compiler.cpp @@ -5,7 +5,7 @@ // ***************************************************************************** #include "legacy_compiler.h" -#if __cpp_lib_to_chars +#ifdef __cpp_lib_to_chars #error get rid of workarounds #endif |