mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-02 11:35:59 +02:00
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.