]> git.saurik.com Git - wxWidgets.git/commit
Use wxStringBufferLength instead of wxXCharBuffer in constructors with conversion...
authorRyan Norton <wxprojects@comcast.net>
Wed, 27 Oct 2004 07:48:28 +0000 (07:48 +0000)
committerRyan Norton <wxprojects@comcast.net>
Wed, 27 Oct 2004 07:48:28 +0000 (07:48 +0000)
commitc81fc3344d20fd3335ccea52557834d2c859944d
tree0fd0bcb79f84c5aca80b517e49063a8aecf22bb8
parenta99915c22412e895a3dde8cea04001abb0198ba1
Use wxStringBufferLength instead of wxXCharBuffer in constructors with conversion.  Avoids both an allocation and a memory copy in normal (non-stl) wx mode with wxString

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/string.cpp