|
|
@@ -118,6 +118,7 @@ how to download, build, and install the libraries.</p>
|
|
|
Walker.</li>
|
|
|
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
|
|
|
<li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
|
|
|
+ <li><a href="exception/doc/boost-exception.html">exception</a> - A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2179.html">N2179</a>), from Emil Dotchevski.</li>
|
|
|
<li><a href="utility/enable_if.html">enable_if</a> - Selective inclusion of function template overloads, from Jaakko Järvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
|
|
|
<li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
|
|
|
iteration over directories, and other useful filesystem operations, from
|
|
|
@@ -556,7 +557,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="ptr_container/index.html">pointer container</a>
|
|
|
- Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
|
|
|
<li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
|
|
|
- from Jaakko Järvi.</li>
|
|
|
+ from Jaakko Järvi.</li>
|
|
|
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
|
|
|
discriminated union container, from Eric Friedman and Itay Maman.</li>
|
|
|
</ul>
|