mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-30 01:08:11 +00:00
Now that `Optional<T&>` are trivially copyable/movable, it is triggering Undefined Behaviour checks on GCC. We can resolve those by using an union.