Files
wxWidgets/tests/arrays
Vadim Zeitlin 01b5b06874 Assert that index is valid in wxArray::operator[]
Restore compatibility with all the previous wxWidgets versions that had
this assert and make sure that errors in the code using this operator
don't go unnoticed, as it happened with #26148.

Closes #26149.
2026-02-02 23:42:11 +01:00
..