mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
Clang was failing because because it rightfully saw we were attempting to call a deleted constructor of `MarkedValueList`. If you explicitly called move(list) then GCC would complain that the move was unnecessary. For what ever reason both tool chains accept when we construct the ThrowCompletionOr explicitly that we move the list into and return that.
31 KiB
31 KiB