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