mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
Add convert to library list.
This commit is contained in:
parent
38722a9f3e
commit
ddcc4284b6
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="coroutine2/index.html">coroutine2</a> - C++14 Coroutine library, from Oliver Kowalke</li>
|
||||
|
@ -862,6 +863,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