]> git.saurik.com Git - wxWidgets.git/commit
Add missing comparison operator declarations in wxString::iterator.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Oct 2010 19:51:40 +0000 (19:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Oct 2010 19:51:40 +0000 (19:51 +0000)
commit53dfbfa5c994400f8dfddc8ef3ee3d1e7e0146fe
tree82ca25b907f000d3d811bdf44a5ef0cf402d3803
parent51c30bca93a03d41484f7d1a22544f2c69efe428
Add missing comparison operator declarations in wxString::iterator.

Fix compilation in !wxUSE_UNICODE_UTF8 case after r65857.

Modify the second declaration of wxString::iterator class which was not
updated by the previous commit in the same way, i.e. add declaration of
comparison operators taking const_iterator to iterator class.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h