Files
wxWidgets/docs/doxygen
Vadim Zeitlin cf2bb21885 Add a note about using ranged-based for loop with wxString
It is surprising that "for (auto& c: s)" doesn't compile, so document
this and propose a replacement.

Do not document the fact that "for (auto c: s)" actually allows to
modify the string via "c" (which is still wxUniCharRef) as this is
probably just going to confuse people more than help.
2021-04-11 13:24:33 +02:00
..
2021-01-16 16:12:13 +01:00
2015-11-15 13:56:52 -07:00
2021-01-03 18:12:37 +01:00