[wx-dev] Re: wxString(s.c_str()) thread safety (was Re: wxString threadsafe)

Vadim Zeitlin vadim at wxwidgets.org
Fri May 2 05:04:32 PDT 2008


On Fri, 02 May 2008 10:25:34 +0200 Hajo Kirchhoff <mailinglists at hajo-kirchhoff.de> wrote:

HK> So my strong wish for wxWidgets 2.9 and up would be to have a thread 
HK> safe wxString class by default.

 On most platforms this would be achieved by simply making wxUSE_STL=1 the
default so it's another argument in its favour.

 Of course, with wxUSE_STL=1 we don't have implicit c_str() any longer
which is a problem on its own :-(

 Regards,
VZ



More information about the wx-dev mailing list