]> git.saurik.com Git - wxWidgets.git/commit
Implement comparisons between wxString::iterator and const_iterator.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Oct 2010 19:22:33 +0000 (19:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Oct 2010 19:22:33 +0000 (19:22 +0000)
commitbdb40fa63eafd1b6b0b25e2d8142bff75a92421d
tree8b0b43a23e2f93e021f4ed7d90868f820142143e
parent53cdd2c11d11b6286936b93158b157610b169edd
Implement comparisons between wxString::iterator and const_iterator.

Only comparisons between const_iterator and iterator worked before (because of
implicit conversion from the latter to the former), implement the ones in the
other direction explicitly now.

Closes #12594.

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