mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-03 18:06:32 -05:00

The interrupt handler contains a std::atomic_bool, which isn't copyable or movable, so the special move member functions will always be deleted, despite being defaulted. This can resolve warnings on clang and GCC.