summaryrefslogtreecommitdiff
path: root/zen/legacy_compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/legacy_compiler.h')
-rw-r--r--zen/legacy_compiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/zen/legacy_compiler.h b/zen/legacy_compiler.h
index 66b750c9..50d340ca 100644
--- a/zen/legacy_compiler.h
+++ b/zen/legacy_compiler.h
@@ -24,15 +24,9 @@
namespace std
{
-
-
}
//---------------------------------------------------------------------------------
-//constinit
- #define constinit2 constinit //GCC, clang have it
-
-
namespace zen
{
double fromChars(const char* first, const char* last);
bgstack15