Imported Upstream version 1.72.0
[platform/upstream/boost.git] / doc / html / xpressive / user_s_guide.html
index 6b6aab3..afe6222 100644 (file)
@@ -73,7 +73,7 @@
 <p>
         xpressive is a regular expression template library. Regular expressions (regexes)
         can be written as strings that are parsed dynamically at runtime (dynamic
-        regexes), or as <span class="emphasis"><em>expression templates</em></span><a href="#ftn.boost_xpressive.user_s_guide.introduction.f0" class="footnote" name="boost_xpressive.user_s_guide.introduction.f0"><sup class="footnote">[34]</sup></a> that are parsed at compile-time (static regexes). Dynamic regexes
+        regexes), or as <span class="emphasis"><em>expression templates</em></span><a href="#ftn.boost_xpressive.user_s_guide.introduction.f0" class="footnote" name="boost_xpressive.user_s_guide.introduction.f0"><sup class="footnote">[36]</sup></a> that are parsed at compile-time (static regexes). Dynamic regexes
         have the advantage that they can be accepted from the user as input at runtime
         or read from an initialization file. Static regexes have several advantages.
         Since they are C++ expressions instead of strings, they can be syntax-checked
@@ -5078,7 +5078,7 @@ cindy
         makes sure the regex matches even if the symbol is not found.
       </p>
 <p>
-        A more complete version of this example can be found in <code class="literal">libs/xpressive/example/numbers.cpp</code><a href="#ftn.boost_xpressive.user_s_guide.symbol_tables_and_attributes.f0" class="footnote" name="boost_xpressive.user_s_guide.symbol_tables_and_attributes.f0"><sup class="footnote">[35]</sup></a>. It translates number names up to "nine hundred ninety nine
+        A more complete version of this example can be found in <code class="literal">libs/xpressive/example/numbers.cpp</code><a href="#ftn.boost_xpressive.user_s_guide.symbol_tables_and_attributes.f0" class="footnote" name="boost_xpressive.user_s_guide.symbol_tables_and_attributes.f0"><sup class="footnote">[37]</sup></a>. It translates number names up to "nine hundred ninety nine
         million nine hundred ninety nine thousand nine hundred ninety nine"
         along with some special number names like "dozen".
       </p>
@@ -6388,11 +6388,11 @@ face
 </div>
 <div class="footnotes">
 <br><hr style="width:100; text-align:left;margin-left: 0">
-<div id="ftn.boost_xpressive.user_s_guide.introduction.f0" class="footnote"><p><a href="#boost_xpressive.user_s_guide.introduction.f0" class="para"><sup class="para">[34] </sup></a>
+<div id="ftn.boost_xpressive.user_s_guide.introduction.f0" class="footnote"><p><a href="#boost_xpressive.user_s_guide.introduction.f0" class="para"><sup class="para">[36] </sup></a>
           See <a href="http://www.osl.iu.edu/~tveldhui/papers/Expression-Templates/exprtmpl.html" target="_top">Expression
           Templates</a>
         </p></div>
-<div id="ftn.boost_xpressive.user_s_guide.symbol_tables_and_attributes.f0" class="footnote"><p><a href="#boost_xpressive.user_s_guide.symbol_tables_and_attributes.f0" class="para"><sup class="para">[35] </sup></a>
+<div id="ftn.boost_xpressive.user_s_guide.symbol_tables_and_attributes.f0" class="footnote"><p><a href="#boost_xpressive.user_s_guide.symbol_tables_and_attributes.f0" class="para"><sup class="para">[37] </sup></a>
           Many thanks to David Jenkins, who contributed this example.
         </p></div>
 </div>