mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 03:47:48 +02:00
C++ will jovially select the implicit conversion operator, even if it's complete bogus, such as for unknown-size types or non-destructible types. Therefore, all such conversions (which incur a copy) must (unfortunately) be explicit so that non-copyable types continue to work.
3.8 KiB
3.8 KiB