dolphin icon indicating copy to clipboard operation
dolphin copied to clipboard

Replace Common::BitCast with std::bit_cast

Open Pokechu22 opened this issue 3 years ago • 1 comments

Now that we're using C++20, we can use std::bit_cast instead. See #10737 for a bit of other context.

Pokechu22 avatar Aug 06 '22 04:08 Pokechu22

I'm not sure about the other builders, but we can (and should) definitely update the debian builders to bullseye (preferably sid), and that would solve those build failures.

Zopolis4 avatar Jan 24 '23 01:01 Zopolis4