From bb4dd8289b351fae6b55e303f189127a394a1edd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 26 Aug 2013 08:15:55 -0400 Subject: Imported Upstream version 1.51.0 --- doc/html/boost/algorithm/replace_first_copy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 doc/html/boost/algorithm/replace_first_copy.html (limited to 'doc/html/boost/algorithm/replace_first_copy.html') diff --git a/doc/html/boost/algorithm/replace_first_copy.html b/doc/html/boost/algorithm/replace_first_copy.html old mode 100755 new mode 100644 index 7c87a98ecb..56430e8027 --- a/doc/html/boost/algorithm/replace_first_copy.html +++ b/doc/html/boost/algorithm/replace_first_copy.html @@ -42,7 +42,7 @@ const Range1T & Search, const Range2T & Format);
-

Description

+

Description

Replace the first match of the search substring in the input with the format string. The result is a modified copy of the input. It is returned as a sequence or copied to the output iterator.

-- cgit v1.2.3