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--[-rwxr-xr-x]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 3f51b5aa46..28d800fa17 100755..100644
--- a/doc/html/string_algo/env.html
+++ b/doc/html/string_algo/env.html
@@ -26,14 +26,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>
-<dt><span class="section"><a href="env.html#id3260194">Build</a></span></dt>
-<dt><span class="section"><a href="env.html#id3260221">Examples</a></span></dt>
-<dt><span class="section"><a href="env.html#id3260237">Tests</a></span></dt>
-<dt><span class="section"><a href="env.html#id3260252">Portability</a></span></dt>
+<dt><span class="section"><a href="env.html#id3316334">Build</a></span></dt>
+<dt><span class="section"><a href="env.html#id3316361">Examples</a></span></dt>
+<dt><span class="section"><a href="env.html#id3316377">Tests</a></span></dt>
+<dt><span class="section"><a href="env.html#id3316387">Portability</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="id3260194"></a>Build</h3></div></div></div>
+<a name="id3316334"></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
@@ -44,7 +44,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="id3260221"></a>Examples</h3></div></div></div>
+<a name="id3316361"></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
@@ -54,7 +54,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="id3260237"></a>Tests</h3></div></div></div>
+<a name="id3316377"></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
@@ -63,7 +63,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="id3260252"></a>Portability</h3></div></div></div>
+<a name="id3316387"></a>Portability</h3></div></div></div>
<p>
The library has been successfully compiled and tested with the following compilers: