]> git.saurik.com Git - wxWidgets.git/commit
don't crash when streaming out a wxString into an std::ostream, just set the failbit...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Oct 2008 16:11:40 +0000 (16:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Oct 2008 16:11:40 +0000 (16:11 +0000)
commitddf01bdb960d3575c6f10ada189290bb6e09758d
tree8e4d8cc46078013978d0fd7b56dad6105eadc40f
parent830910cc286101f24b3c9be1c55e6c9d7a0843ec
don't crash when streaming out a wxString into an std::ostream, just set the failbit instead

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