summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/ireplace_all_copy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/ireplace_all_copy.html')
-rw-r--r--doc/html/boost/algorithm/ireplace_all_copy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/ireplace_all_copy.html b/doc/html/boost/algorithm/ireplace_all_copy.html
index 8fd8f6bf9c..06533db4fd 100644
--- a/doc/html/boost/algorithm/ireplace_all_copy.html
+++ b/doc/html/boost/algorithm/ireplace_all_copy.html
@@ -44,7 +44,7 @@
<span class="keyword">const</span> <span class="identifier">Range2T</span> <span class="special">&amp;</span> Format<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span> <span class="special">&amp;</span> Loc <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp438795456"></a><h2>Description</h2>
+<a name="idm45555120883728"></a><h2>Description</h2>
<p>Replace all occurrences of the search string 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. Searching is case insensitive.</p>
<p>