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
2025-12-19 20:21:07 -06:00
2026-02-23 12:15:23 +01:00
2026-02-21 12:37:44 +01:00
2026-02-23 12:15:23 +01:00
2026-03-01 21:50:51 +01:00
2026-02-23 12:15:23 +01:00
2026-02-17 10:48:09 -05:00
2026-02-23 18:44:26 +00:00
2026-02-18 13:13:32 -06:00
2026-03-08 10:27:13 +01:00
2026-03-08 10:27:13 +01:00
2026-02-23 12:15:23 +01:00
2026-02-21 12:37:44 +01:00
2026-01-21 22:26:14 +01:00
2026-03-01 21:50:51 +01:00
2026-02-17 07:40:03 -05:00
2025-12-19 20:21:07 -06:00
2025-06-30 10:50:36 -06:00
2025-10-29 21:20:10 +01:00
2026-02-23 12:15:23 +01:00
2025-05-03 17:33:54 +02:00
2026-02-23 12:15:23 +01:00
2025-04-19 02:03:43 +02:00
2025-06-30 10:50:36 -06:00
2026-02-26 08:03:50 -05:00
2025-10-17 17:22:16 +02:00
2025-10-17 17:22:16 +02:00
2025-06-30 10:50:36 -06:00
2026-03-08 20:49:28 +01:00
2026-03-14 21:35:06 -05:00