summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/ierase_first.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/ierase_first.html')
-rw-r--r--doc/html/boost/algorithm/ierase_first.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/ierase_first.html b/doc/html/boost/algorithm/ierase_first.html
index 585585444c..90a6a4df88 100644
--- a/doc/html/boost/algorithm/ierase_first.html
+++ b/doc/html/boost/algorithm/ierase_first.html
@@ -37,7 +37,7 @@
<span class="keyword">void</span> <span class="identifier">ierase_first</span><span class="special">(</span><span class="identifier">SequenceT</span> <span class="special">&amp;</span> Input<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">RangeT</span> <span class="special">&amp;</span> Search<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="idp109067168"></a><h2>Description</h2>
+<a name="idp127893712"></a><h2>Description</h2>
<p>Remove the first occurrence of the substring from the input. The input sequence is modified in-place. Searching is case insensitive.</p>
<p>
</p>