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 Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
iostream.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
numformatter.cpp Fix several problems with number formatting in wxNumberFormatter. 2014-01-05 21:10:52 +00:00
stdstrings.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
strings.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
tokenizer.cpp Fix wxStringTokenizer copy ctor and assignment operator. 2014-10-20 15:08:09 +00:00
unichar.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
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