optimize Replace() for the common case of replacing one character with another one...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jul 2008 21:41:07 +0000 (21:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Jul 2008 21:41:07 +0000 (21:41 +0000)
commit8a6270322b0767fd7f9956f90538ca55d341fab5
tree10ccdcc563ad2f16aff9c59b9fb5aadd4dbd9dbe
parent6a7e5ea2f5c412f92316c260b8531cff6d5cb231
optimize Replace() for the common case of replacing one character with another one (#9802)

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