mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-12 04:55:20 +01:00
latest changes from main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// String.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/String.h#5 $
|
||||
// $Id: //poco/Main/Foundation/include/Poco/String.h#6 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Core
|
||||
@@ -475,7 +475,7 @@ S& replaceInPlace(S& str, const typename S::value_type* from, const typename S::
|
||||
|
||||
S result;
|
||||
typename S::size_type pos = 0;
|
||||
typename S::size_type fromLen = strlen(from);
|
||||
typename S::size_type fromLen = std::strlen(from);
|
||||
result.append(str, 0, start);
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user