Files
wxWidgets/tests/lists
Vadim Zeitlin 88b179b672 Allow comparing wxList::compatibility_iterator with nullptr
This doesn't cost anything but allows the old code which relied on
compatibility_iterator being implicitly convertible to a pointer (and
hence comparable with nullptr) continue to compile and work.

Add a unit test checking that this works as expected.
2026-02-07 21:09:06 +01:00
..