summaryrefslogtreecommitdiff
path: root/zen/legacy_compiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/legacy_compiler.cpp')
-rw-r--r--zen/legacy_compiler.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/zen/legacy_compiler.cpp b/zen/legacy_compiler.cpp
index 3e3b7ba7..416993ed 100644
--- a/zen/legacy_compiler.cpp
+++ b/zen/legacy_compiler.cpp
@@ -5,12 +5,6 @@
// *****************************************************************************
#include "legacy_compiler.h"
-#include <charconv>
-//1. including this one in string_tools.h blows up VC++:
-// "An internal error has occurred in the compiler. (compiler file 'd:\agent\_work\1\s\src\vctools\Compiler\Utc\src\p2\p2symtab.c', line 2618)"
-//2. using inside PCH: "fatal error C1076: compiler limit: internal heap limit reached"
-
-
#if __cpp_lib_to_chars
#error get rid of workarounds
#endif
bgstack15