Lioncash aab503fe71 common/scope_exit: Replace std::move with std::forward in ScopeExit()
The template type here is actually a forwarding reference, not an rvalue
reference in this case, so it's more appropriate to use std::forward to
preserve the value category of the type being moved.
2019-04-15 17:55:44 +02:00
..
2019-03-09 18:23:32 -06:00
2019-02-22 16:29:19 -06:00
2019-01-15 19:24:03 -06:00