chore: fix annoying warning during compiling generated impls

This commit is contained in:
maelstrom 2025-06-11 01:52:24 +02:00
parent 7ab1364803
commit ede0540c74

View file

@ -12,12 +12,12 @@
#include "vector.h" #include "vector.h"
#include "cframe.h" #include "cframe.h"
// #define __VARIANT_TYPE std::variant< \ // #define __VARIANT_TYPE std::variant< \_
// Null, \ // Null, \_
// Bool, \ // Bool, \_
// Int, \ // Int, \_
// Float, \ // Float, \_
// String \ // String \_
// > // >
typedef std::variant< typedef std::variant<