mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
It turns out return a ThrowCompletionOr<T const&> is flawed, as the GCC expansion trick used with TRY will always make a copy. PrimitiveString is luckily the only such use case.
3.4 KiB
3.4 KiB