mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
Update safestl.h
This commit is contained in:
parent
e9fc527aff
commit
f4f122c258
@ -117,7 +117,7 @@ namespace pkpy {
|
|||||||
other.clear();
|
other.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
ArgList(std::initializer_list<PyVar>&& args){
|
ArgList(std::initializer_list<PyVar> args){
|
||||||
__tryAlloc(args.size());
|
__tryAlloc(args.size());
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for(auto& arg: args) this->_args[i++] = arg;
|
for(auto& arg: args) this->_args[i++] = arg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user