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
This commit is contained in:
@@ -1578,7 +1578,6 @@ inline bool operator!=(const wxString& s, wxChar c) { return !s.IsSameAs(c); }
|
||||
|
||||
#include "wx/iosfwrap.h"
|
||||
|
||||
WXDLLIMPEXP_BASE wxSTD istream& operator>>(wxSTD istream&, wxString&);
|
||||
WXDLLIMPEXP_BASE wxSTD ostream& operator<<(wxSTD ostream&, const wxString&);
|
||||
|
||||
#endif // wxSTD_STRING_COMPATIBILITY
|
||||
|
Reference in New Issue
Block a user