summaryrefslogtreecommitdiff
path: root/doc/html/boost/xpressive/regex_match.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/xpressive/regex_match.html')
-rw-r--r--[-rwxr-xr-x]doc/html/boost/xpressive/regex_match.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/xpressive/regex_match.html b/doc/html/boost/xpressive/regex_match.html
index 0004bccc2c..ee9113052d 100755..100644
--- a/doc/html/boost/xpressive/regex_match.html
+++ b/doc/html/boost/xpressive/regex_match.html
@@ -67,7 +67,7 @@
<span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">,</span>
<span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id3801967"></a><h2>Description</h2>
+<a name="id3901044"></a><h2>Description</h2>
<p>Determines whether there is an exact match between the regular expression <code class="computeroutput">re</code>, and all of the sequence <code class="computeroutput">[begin, end)</code>.</p>
<p>