mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 12:00:18 +00:00
some fix
This commit is contained in:
parent
bb9c5c30df
commit
94fe68382f
@ -10,9 +10,12 @@
|
|||||||
#include "pocketpy/tools/repl.hpp"
|
#include "pocketpy/tools/repl.hpp"
|
||||||
|
|
||||||
namespace pkpy{
|
namespace pkpy{
|
||||||
|
static_assert(py_sizeof<Str> <= 64);
|
||||||
static_assert(py_sizeof<Mat3x3> <= 64);
|
static_assert(py_sizeof<Mat3x3> <= 64);
|
||||||
static_assert(py_sizeof<Struct> <= 64);
|
static_assert(py_sizeof<Struct> <= 64);
|
||||||
static_assert(py_sizeof<Tuple> <= 80);
|
static_assert(py_sizeof<Tuple> <= 80);
|
||||||
|
static_assert(py_sizeof<List> <= 64);
|
||||||
|
static_assert(py_sizeof<Dict> <= 64);
|
||||||
static_assert(py_sizeof<RangeIter> <= 64);
|
static_assert(py_sizeof<RangeIter> <= 64);
|
||||||
static_assert(py_sizeof<RangeIterR> <= 64);
|
static_assert(py_sizeof<RangeIterR> <= 64);
|
||||||
static_assert(py_sizeof<ArrayIter> <= 64);
|
static_assert(py_sizeof<ArrayIter> <= 64);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user