Link to string_algo library added

[SVN r23568]
This commit is contained in:
Pavol Droba 2004-07-14 23:54:25 +00:00
parent 44dcb1cbad
commit af20b58483
2 changed files with 10 additions and 0 deletions

View file

@ -120,6 +120,10 @@
<h3> ??? - Version 1.3?.?</h3>
<ul>
<li><a href="libs/algorithm/string/index.html">String Algorithms
Library</a> added - Collection of string related algorithms
for case conversion, trimming, find/replace operations and more,
from Pavol Droba</li>
<li><a href="libs/multi_index/doc/index.html">Multi-index
Containers Library</a> added - Containers with multiple
STL-compatible access interfaces,

View file

@ -181,6 +181,8 @@ how to download, build, and install the libraries.</p>
<li><a href="spirit/index.html">spirit</a> - LL parser framework&nbsp;
represents parsers directly as EBNF grammars in inlined C++, from Joel de
Guzman and team.</li>
<li><a href="algorithm/string/index.html">string_algo</a> -
String algorithms library, from Pavol Droba</li>
<li><a href="test/doc/index.html">test</a> - Support for simple program testing,
full unit testing, and for program
execution monitoring, from Gennadiy Rozental.</li>
@ -226,6 +228,8 @@ how to download, build, and install the libraries.</p>
Guzman and team.</li>
<li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
character sequence into a series of tokens, from John Bandela.</li>
<li><a href="algorithm/string/index.html">string_algo</a> -
String algorithms library, from Pavol Droba</li>
</ul>
<h3><a name="Containers">Containers</a></h3>
@ -275,6 +279,8 @@ how to download, build, and install the libraries.</p>
<li><a href="algorithm/minmax/index.html">minmax</a> - standard library
extensions for simultaneous min/max and min/max element computations,
from Herv&eacute; Br&ouml;nnimann.</li>
<li><a href="algorithm/string/index.html">string_algo</a> -
String algorithms library, from Pavol Droba</li>
<li><a href="utility/utility.htm">utility</a> - Class <b>next(),</b>&nbsp; <b>prior()</b>
function templates, from Dave Abrahams and others. </li>
</ul>