dynarmic/include
Lioncash 2e180a7f14 backend/x64/a32_interface: Mark Context move constructor and move assignment as noexcept
Provides a more "correct" move constructor/assignment operator, since
these relevant functions shouldn't throw exceptions.

Has the benefit of playing nicely with std::move_if_noexcept and other
noexcept library facilities.
2020-04-22 20:58:09 +01:00
..
dynarmic backend/x64/a32_interface: Mark Context move constructor and move assignment as noexcept 2020-04-22 20:58:09 +01:00