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 "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<