abandon attempts to make wxAnyStrPtr behave as bool: user-defined logical operators...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 25 Mar 2009 09:54:10 +0000 (09:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 25 Mar 2009 09:54:10 +0000 (09:54 +0000)
commitc398434d925aa9e2b190ce632fac1a79ffcbf043
tree81170e7ccfe2b29e4ff1913cb9c88a81f19d3136
parent9c4ae52877704be366e38e5e44ff65fe9d42362c
abandon attempts to make wxAnyStrPtr behave as bool: user-defined logical operators don't short circuit silently breaking existing code so it is better to not provide them at all; instead simply return bool from the new versions taking wxString::const_iterator; advise to use the new versions in the new code and so in our own files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/anystr.h
include/wx/datetime.h
interface/wx/datetime.h
src/common/cmdline.cpp
src/common/datetimefmt.cpp
src/common/variant.cpp