X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2310f5a56ddfb927dd3b4b5a81447df1cd6e077c..42b5841f5a6b74bed177bc281400421cee62153c:/docs/doxygen/mainpages/const_wxusedef.h diff --git a/docs/doxygen/mainpages/const_wxusedef.h b/docs/doxygen/mainpages/const_wxusedef.h index 93bb092f42..d80ac6aa89 100644 --- a/docs/doxygen/mainpages/const_wxusedef.h +++ b/docs/doxygen/mainpages/const_wxusedef.h @@ -41,10 +41,11 @@ library: @beginDefList @itemdef{wxUSE_STL, Container classes and wxString are implemented using standard classes and provide the same standard API.} +@itemdef{wxUSE_STD_STRING, wxString is implemented using std::[w]string and can + be constructed from it (but provides wxWidgets-compatible API, in + particular is implicitly convertible to @c char* and not std::[w]string).} @itemdef{wxUSE_STD_IOSTREAM, Standard C++ classes are used instead of or in addition to wx stream classes.} -@itemdef{wxUSE_STD_STRING, wxString can be constructed from std::string (but - provides wxWidgets-compatible API).} @itemdef{wxUSE_UNICODE, Compiled with Unicode support (default in wxWidgets 3.0, non-Unicode build will be deprecated in the future).} @itemdef{wxUSE_UNICODE_WCHAR, wxString uses wchar_t buffer for internal storage