mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-07 20:36:43 +08:00
The minimum clang/GCC versions we support already support this. We can also remove is_standard_layout(), as fread and fwrite only require the type to be trivially copyable.