mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 00:43:42 +00: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.