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

Alan Shouls alan at softpress.com
Fri May 2 03:23:14 PDT 2008


Hi Hajo,

> The only viable solution for me is to replace every wxString instance 
> with std::basic_string<>.

Are you able to define your own wxString that is based on 
std::basic_string<> and use that - and so minimise the changes that you 
need to make to your code. Also a solution like this might be of 
interest to a larger audience.

Best regards

Alan Shouls



More information about the wx-dev mailing list