diff --git a/src/utils.hh b/src/utils.hh index 516d530c..b56d825f 100644 --- a/src/utils.hh +++ b/src/utils.hh @@ -76,7 +76,7 @@ private: template OnScopeEnd on_scope_end(T t) { - return OnScopeEnd(t); + return OnScopeEnd{std::move(t)}; } // *** Misc helper functions ***