]> git.saurik.com Git - wxWidgets.git/commit
remove implicit conversion to C strings from wxString if wxUSE_STL=1; this fixes...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 20 Jun 2007 07:47:51 +0000 (07:47 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 20 Jun 2007 07:47:51 +0000 (07:47 +0000)
commit7978bc7293461eb09f4575e04ccf215b270e086e
tree3e9c3751c189ff16f50dd62daf373602abef19ba
parente0a050e347b1ece07ad5f165ba1b1d16edbeae77
remove implicit conversion to C strings from wxString if wxUSE_STL=1; this fixes problems with converting between wxString and std::string in some situations at the cost of having to use c_str() explicitly just as you have to when using std::string

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h
tests/strings/stdstrings.cpp
tests/strings/strings.cpp