summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2015-04-26 23:34:15 +0100
committerDaniel James <daniel@calamity.org.uk>2015-05-12 18:40:10 +0100
commit69b48582d0c54afe5fc0a01560fbe263778c4a6c (patch)
tree8bf1dee5e5707eb0ceaf84653b50e03461d139ab /libs/libraries.htm
parent5f0a984bae7ebd495ff3856e71210ff55dcdca9e (diff)
downloadboost-69b48582d0c54afe5fc0a01560fbe263778c4a6c.tar.gz
Add convert to library list.
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 3b9920dedb..0be4331d9c 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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>