summaryrefslogtreecommitdiff
path: root/doc/html/boost/xpressive/imbue.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/xpressive/imbue.html')
-rw-r--r--doc/html/boost/xpressive/imbue.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/xpressive/imbue.html b/doc/html/boost/xpressive/imbue.html
index d368bff842..1bcf36227e 100644
--- a/doc/html/boost/xpressive/imbue.html
+++ b/doc/html/boost/xpressive/imbue.html
@@ -35,7 +35,7 @@
</span>
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Locale<span class="special">&gt;</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="identifier">imbue</span><span class="special">(</span><span class="identifier">Locale</span> <span class="keyword">const</span> <span class="special">&amp;</span> loc<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp716951168"></a><h2>Description</h2>
+<a name="idp630472240"></a><h2>Description</h2>
<p>imbue() instructs the regex engine to use the specified traits or locale when matching the regex. The entire expression must use the same traits/locale. For instance, the following specifies a locale for use with a regex: std::locale loc; sregex rx = imbue(loc)(+digit);</p>
<p>
</p>