summaryrefslogtreecommitdiff
path: root/doc/html/string_algo/env.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/string_algo/env.html')
-rw-r--r--doc/html/string_algo/env.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/string_algo/env.html b/doc/html/string_algo/env.html
index 1e41b70708..7f9d11fd48 100644
--- a/doc/html/string_algo/env.html
+++ b/doc/html/string_algo/env.html
@@ -27,14 +27,14 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="string_algo.env"></a>Environment</h2></div></div></div>
<div class="toc"><dl class="toc">
-<dt><span class="section"><a href="env.html#idp115662224">Build</a></span></dt>
-<dt><span class="section"><a href="env.html#idp115664992">Examples</a></span></dt>
-<dt><span class="section"><a href="env.html#idp115666576">Tests</a></span></dt>
-<dt><span class="section"><a href="env.html#idp115668080">Portability</a></span></dt>
+<dt><span class="section"><a href="env.html#idp134488160">Build</a></span></dt>
+<dt><span class="section"><a href="env.html#idp134490928">Examples</a></span></dt>
+<dt><span class="section"><a href="env.html#idp134492512">Tests</a></span></dt>
+<dt><span class="section"><a href="env.html#idp134494016">Portability</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp115662224"></a>Build</h3></div></div></div>
+<a name="idp134488160"></a>Build</h3></div></div></div>
<p>
The whole library is provided in headers. Regex variants of some algorithms,
however, are dependent on the Boost.Regex library. All such algorithms are
@@ -45,7 +45,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp115664992"></a>Examples</h3></div></div></div>
+<a name="idp134490928"></a>Examples</h3></div></div></div>
<p>
Examples showing the basic usage of the library can be found in the libs/algorithm/string/example
directory. There is a separate file for the each part of the library. Please follow the boost
@@ -55,7 +55,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp115666576"></a>Tests</h3></div></div></div>
+<a name="idp134492512"></a>Tests</h3></div></div></div>
<p>
A full set of test cases for the library is located in the libs/algorithm/string/test directory.
The test cases can be executed using the boost build system. For the tests of regular
@@ -64,7 +64,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp115668080"></a>Portability</h3></div></div></div>
+<a name="idp134494016"></a>Portability</h3></div></div></div>
<p>
The library has been successfully compiled and tested with the following compilers: