blueloveTH %!s(int64=3) %!d(string=hai) anos
pai
achega
e020997305
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;