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
This commit is contained in:
@@ -47,6 +47,7 @@ All:
|
||||
- Specialize std::hash<> for wxString when using C++11.
|
||||
- Allow recursive calls to wxYield().
|
||||
- Add wxART_FULL_SCREEN standard bitmap (Igor Korot).
|
||||
- Fix wxStringTokenizer copy ctor and assignment operator.
|
||||
|
||||
Unix:
|
||||
|
||||
|
Reference in New Issue
Block a user