mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
fix a bug
This commit is contained in:
parent
83b059b24f
commit
e020997305
@ -49,7 +49,7 @@ struct FastLocals{
|
|||||||
_inc_counter();
|
_inc_counter();
|
||||||
}
|
}
|
||||||
|
|
||||||
FastLocals(FastLocals&& other){
|
FastLocals(FastLocals&& other) noexcept{
|
||||||
varnames_inv = std::move(other.varnames_inv);
|
varnames_inv = std::move(other.varnames_inv);
|
||||||
a = other.a;
|
a = other.a;
|
||||||
other.a = nullptr;
|
other.a = nullptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user