only provide ptrdiff_t versions of verious operator+/- working with iterators instead...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Jan 2008 22:27:01 +0000 (22:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Jan 2008 22:27:01 +0000 (22:27 +0000)
commitb5343e065a0a9bb86aeac8a366ca7311c15e9d29
tree7cf9a0e07107e92282f0a167a03781046c8989af
parent91a2809da06a563b11ecbf217c7bc9c8281691e0
only provide ptrdiff_t versions of verious operator+/- working with iterators instead of overloads for both int and size_t: this seems to be enough and the existing overloads were not enough for 64 bit builds where expressions such as iter+(ptr2-ptr1) didn't compile without extra casts

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