Files
ladybird/Libraries/LibGC
Davi Gomes d7c90639ae LibGC: Add missing & in Weak assignment
The Weak<T>::operator=(U const&) template incorrectly compares the
internal pointer directly against the `other` reference. If this
template is instantiated, it causes a compilation error because a Ptr<T>
cannot be compared directly to a U const&
2026-03-14 21:35:06 -05:00
..
2026-02-23 12:15:23 +01:00
2026-02-17 10:48:09 -05:00
2026-02-23 12:15:23 +01:00