added macros to avoid code repetition when defining comparison operators; use them...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Mar 2007 18:03:02 +0000 (18:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Mar 2007 18:03:02 +0000 (18:03 +0000)
commitfb52c2b67139da20b026475aa48d73522e6afe2b
tree4a29f24e06cb3d7422990e018f2d654fb919a673
parentdbea442a15fb4bcb1566171677561aff18541d60
added macros to avoid code repetition when defining comparison operators; use them to replace existing operators in wxUniChar and wxUniCharRef (fixing bug in the operator== and != of the latter) and added comparison operators for const wxChar * and wxCStrData which are needed to compile existing code comparing pointers with s.c_str()

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