Add convert to library list.

This commit is contained in:
Daniel James 2015-04-26 23:34:15 +01:00
parent 5f0a984bae
commit 69b48582d0

View file

@ -124,6 +124,7 @@ how to download, build, and install the libraries.</p>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="conversion/index.html">conversion</a> - Polymorphic casts, from Dave Abrahams and
Kevlin Henney.</li>
<li><a href="convert/index.html">convert</a> - An extendible and configurable type-conversion framework, from Vladimir Batov</li>
<li><a href="core/index.html">core</a> - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
<li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
@ -857,6 +858,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<h3><a name="String">String</a> and Text Processing</h3>
<ul>
<li><a href="convert/index.html">convert</a> - An extendible and configurable type-conversion framework, from Vladimir Batov</li>
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
operations, from Samuel Krempp.</li>
<li><a href="iostreams/doc/index.html">iostreams</a> - Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.</li>