mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 11:22:57 +00:00
The generation of the copy assignment operators are deprecated on being generated when a user-provided destructor is present. We can explicitly specify that we desire this behavior to keep the class forward compatible with future standards.