summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorOliver Kowalke <oliver.kowalke@gmail.com>2012-12-07 19:21:59 +0000
committerOliver Kowalke <oliver.kowalke@gmail.com>2012-12-07 19:21:59 +0000
commitf03cb6289669802dd44070768f943b8569d7e041 (patch)
treeaeb535e3c6439d11686fa7f4d930f11c1c7347c8 /libs/libraries.htm
parent651f546e9dd5e0a85ed63b9e56fd37c4bd7ace3a (diff)
downloadboost-f03cb6289669802dd44070768f943b8569d7e041.tar.gz
coroutine: initial commit
[SVN r81769]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 38d476937e..8cd3539e4d 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -118,8 +118,8 @@ how to download, build, and install the libraries.</p>
intended for library users.</li>
<li><a href="container/index.html">container</a> - Standard library containers and extensions, from Ion Gazta&ntilde;aga</li>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
- <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
- Kevlin Henney.</li>
+ <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and Kevlin Henney.</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
Walker.</li>
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
@@ -398,6 +398,7 @@ how to download, build, and install the libraries.</p>
I/O, including sockets, timers, hostname resolution, socket iostreams, serial
ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.</li>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
+ <li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
<li><a href="interprocess/index.html">interprocess</a> - Shared memory, memory mapped files,
process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntilde;aga</li>
<li><a href="../doc/html/mpi.html">MPI</a> - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>