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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/zen/legacy_compiler.h b/zen/legacy_compiler.h
index 0cbb830e..66b750c9 100644
--- a/zen/legacy_compiler.h
+++ b/zen/legacy_compiler.h
@@ -29,9 +29,8 @@ namespace std
}
//---------------------------------------------------------------------------------
-//constinit, consteval
+//constinit
#define constinit2 constinit //GCC, clang have it
- #define consteval2 consteval //
namespace zen
bgstack15