diff options
author | Lioncash <mathew1800@gmail.com> | 2019-04-11 20:01:31 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-04-11 20:01:33 -0400 |
commit | b569641098a9cb97f5b7f3d41b7e9ad0377f503f (patch) | |
tree | 0bc3dbc20471f4b001a893b7dd24504947899f8a /src/core/gdbstub/gdbstub.cpp | |
parent | 2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f (diff) |
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.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions