git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55351
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString implements caching of the last used index so that iterating over
a string is a linear operation even in UTF-8 mode.
wxString implements caching of the last used index so that iterating over
a string is a linear operation even in UTF-8 mode.
- It is nonetheless recommended to use iterators (instead of index bases
+ It is nonetheless recommended to use iterators (instead of index based