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 "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<
|
||||||
|
|
Loading…
Add table
Reference in a new issue