From ede0540c74a23b312971e9fda5e00065572124af Mon Sep 17 00:00:00 2001 From: maelstrom Date: Wed, 11 Jun 2025 01:52:24 +0200 Subject: [PATCH] chore: fix annoying warning during compiling generated impls --- core/src/datatypes/variant.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/datatypes/variant.h b/core/src/datatypes/variant.h index 56c45ea..040427a 100644 --- a/core/src/datatypes/variant.h +++ b/core/src/datatypes/variant.h @@ -12,12 +12,12 @@ #include "vector.h" #include "cframe.h" -// #define __VARIANT_TYPE std::variant< \ -// Null, \ -// Bool, \ -// Int, \ -// Float, \ -// String \ +// #define __VARIANT_TYPE std::variant< \_ +// Null, \_ +// Bool, \_ +// Int, \_ +// Float, \_ +// String \_ // > typedef std::variant<