mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-22 11:15:44 -05:00
`std::bit_cast` participates in overload resolution only if `sizeof(To) == sizeof(From)` and both `To` and `From` are *TriviallyCopyable* types, so the static assertions here can be removed. `[[nodiscard]]` was added as well.
6.8 KiB
6.8 KiB