mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 22:48:50 +00:00
Add convert to library list.
This commit is contained in:
parent
5f0a984bae
commit
69b48582d0
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue