mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
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.