Create a new wxStringBase class, providing a STL-like API, using
authorMattia Barbon <mbarbon@cpan.org>
Thu, 24 Jul 2003 19:44:57 +0000 (19:44 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 24 Jul 2003 19:44:57 +0000 (19:44 +0000)
commite87b78335291c67025c5a763c2acfb22343f9908
tree2fa479bf8305bf2c577b88f65810980d157f7947
parent7918efb247932aaeaf815fee72eee83a6c64d3c7
  Create a new wxStringBase class, providing a STL-like API, using
the current wxString implementation.
  Derive wxString from one of wxStringBase, std::string, std::wstring
depending on wxUSE_STL/wxUSE_UNICODE settings. wxString provides
full compatibility with the old wxString in both wxUSE_STL=0 and
wxUSE_STL=1 modes (except for [Un]getWriteBuffer).
  Add some configure checks for std::string features.
  Add tests for STL API in console sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
include/wx/defs.h
include/wx/string.h
samples/console/console.cpp
setup.h.in
src/common/string.cpp