Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / xpressive / self.html
index 004bccc..ae19be3 100644 (file)
@@ -34,7 +34,7 @@
 
 </span><span class="emphasis"><em><span class="identifier">unspecified</span></em></span> self<span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idp716639072"></a><h2>Description</h2>
+<a name="idp630159952"></a><h2>Description</h2>
 <p>Useful when constructing recursive regular expression objects. The 'self' identifier is a short-hand for the current regex object. For instance, sregex rx = '(' &gt;&gt; (self | nil) &gt;&gt; ')'; will create a regex object that matches balanced parens such as "((()))". </p>
 </div>
 </div>