chore: fix annoying warning during compiling generated impls
This commit is contained in:
parent
7ab1364803
commit
ede0540c74
1 changed files with 6 additions and 6 deletions
|
@ -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<
|
||||
|
|
Loading…
Add table
Reference in a new issue