wxWidgets/tests/strings
Vadim Zeitlin 069415c2a6 Fix wxStringTokenizer copy ctor and assignment operator.
Implement copying of wxStringTokenizer correctly: compiler-generated versions
didn't work as the position of the tokenizer didn't point into the correct
string after making the copy.

Fix this by adjusting the position iterator to use the copy of the string.

Closes #16339.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-10-20 15:08:09 +00:00
..
crt.cpp
iostream.cpp
numformatter.cpp Fix several problems with number formatting in wxNumberFormatter. 2014-01-05 21:10:52 +00:00
stdstrings.cpp
strings.cpp
tokenizer.cpp Fix wxStringTokenizer copy ctor and assignment operator. 2014-10-20 15:08:09 +00:00
unichar.cpp
unicode.cpp Disable surrogate-related unit test for MSW. 2014-10-14 19:36:51 +00:00
vararg.cpp Add support for 'z' size format specifier. 2014-10-12 20:48:41 +00:00
vsnprintf.cpp Remove MSVC6 support. 2014-05-15 22:32:17 +00:00