diff --git a/src/frame.h b/src/frame.h index 44c6b327..048efaa2 100644 --- a/src/frame.h +++ b/src/frame.h @@ -49,7 +49,7 @@ struct FastLocals{ _inc_counter(); } - FastLocals(FastLocals&& other){ + FastLocals(FastLocals&& other) noexcept{ varnames_inv = std::move(other.varnames_inv); a = other.a; other.a = nullptr;