Add wxString::ToStdString() and ToStdWstring().
These trivial helper functions are available in all builds (provided that wxUSE_STD_STRING is not explicitly set to non-default 0 value) unlike implicit conversions to std::[w]string which are only available when wxUSE_STL==1. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -440,6 +440,7 @@ All:
|
||||
- Don't crash when input is empty in wxFileConfig ctor (Lukasz Michalski).
|
||||
- Correct wxSocket::Peek() to not block (Anders Larsen).
|
||||
- Added IEC and SI units support to GetHumanReadableSize() (Julien Weinzorn).
|
||||
- Add convenient wxString::ToStd{String,Wstring}() helpers.
|
||||
|
||||
Unix:
|
||||
|
||||
|
Reference in New Issue
Block a user