]> git.saurik.com Git - wxWidgets.git/commit
removed operator>>(istream&, wxString&) -- it's better to not have it at all than...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Sep 2006 23:59:17 +0000 (23:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Sep 2006 23:59:17 +0000 (23:59 +0000)
commit639e001d875797ec81217f6a9b8cd93285b02e80
treee1ae843cf6ff1cffa0e93a87e3cdf2ace066dc28
parent1c36c09cd5f591c3b047a7c7367e7ce91d069cdd
removed operator>>(istream&, wxString&) -- it's better to not have it at all than have an empty function which compiles but doesn't work

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