blueloveTH 2 år sedan
förälder
incheckning
e020997305
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/frame.h

+ 1 - 1
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;