git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30338
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+Note that the exact usage of this depends on whether on not wxUSE\_STL is enabled. If
+wxUSE\_STL is enabled, wxStringBuffer creates a seperate empty character buffer, and
+if wxUSE\_STL is disabled, it uses GetWriteBuf() from wxString, keeping the same buffer
+wxString uses intact. In other words, relying on wxStringBuffer containing the old
+wxString data is probably not a good idea if you want to build your program in both
+with and without wxUSE\_STL.
+
\wxheading{Derived from}
None
\wxheading{Derived from}
None
+Note that the exact usage of this depends on whether on not wxUSE\_STL is enabled. If
+wxUSE\_STL is enabled, wxStringBuffer creates a seperate empty character buffer, and
+if wxUSE\_STL is disabled, it uses GetWriteBuf() from wxString, keeping the same buffer
+wxString uses intact. In other words, relying on wxStringBuffer containing the old
+wxString data is probably not a good idea if you want to build your program in both
+with and without wxUSE\_STL.
+
Note that SetLength {\tt must} be called before wxStringBufferLength destructs.
\wxheading{Derived from}
Note that SetLength {\tt must} be called before wxStringBufferLength destructs.
\wxheading{Derived from}