Lioncash b569641098 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-11 20:01:33 -04:00
..
2018-11-21 03:43:41 -05:00
2019-02-06 22:20:57 -03:00
2018-10-02 16:04:10 +02:00
2019-02-06 22:20:57 -03:00
2019-02-06 22:20:57 -03:00
2019-03-29 18:12:42 +01:00