mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 18:47:47 +00: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
	 Guenter Obiltschnig
					Guenter Obiltschnig