|
|
@@ -131,11 +131,11 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="integer/index.html">integer</a> - Headers to ease
|
|
|
dealing with integral types.</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ñaga</li>
|
|
|
+ process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga</li>
|
|
|
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
|
|
|
usual arithmetic functions to mathematical intervals, from Guillaume
|
|
|
Melquiond, Herv´ Brönnimann and Sylvain Pion.</li>
|
|
|
- <li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gaztañaga</li>
|
|
|
+ <li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gaztañaga</li>
|
|
|
<li><a href="utility/in_place_factories.html">in_place_factory, typed_in_place_factory</a>- Generic in-place construction of contained objects with a variadic argument-list, from Fernando Cacciola.</li>
|
|
|
<li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
|
|
|
prevent jumbled data, from Daryle Walker.</li>
|
|
|
@@ -144,7 +144,7 @@ how to download, build, and install the libraries.</p>
|
|
|
construction framework, adaptors, concepts, and more, from Dave
|
|
|
Abrahams, Jeremy Siek, and Thomas Witt.</li>
|
|
|
<li><a href="lambda/index.html">lambda</a> - Define small unnamed
|
|
|
- function objects at the actual call site, and more, from Jaakko J�rvi and
|
|
|
+ function objects at the actual call site, and more, from Jaakko J?rvi and
|
|
|
Gary Powell.</li>
|
|
|
<li><a href="math/doc/index.html">math</a> - Several contributions in the
|
|
|
domain of mathematics, from various authors.</li>
|
|
|
@@ -244,7 +244,7 @@ how to download, build, and install the libraries.</p>
|
|
|
Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
|
|
|
<li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</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="type_traits/index.html">type_traits</a> -
|
|
|
Templates for fundamental properties of types, from John
|
|
|
Maddock, Steve Cleary, et al.</li>
|
|
|
@@ -306,7 +306,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
|
|
Generic graph components and algorithms, from Jeremy Siek
|
|
|
and a University of Notre Dame team.</li>
|
|
|
- <li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gaztañaga</li>
|
|
|
+ <li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gaztañaga</li>
|
|
|
<li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
|
|
|
containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
|
|
|
<li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
|
|
|
@@ -370,7 +370,7 @@ how to download, build, and install the libraries.</p>
|
|
|
A TR1 hash function object that can be extended to hash user defined
|
|
|
types, from Daniel James.</li>
|
|
|
<li><a href="lambda/index.html">lambda</a> - Define small unnamed
|
|
|
- function objects at the actual call site, and more, from Jaakko J�rvi and
|
|
|
+ function objects at the actual call site, and more, from Jaakko J?rvi and
|
|
|
Gary Powell.</li>
|
|
|
|
|
|
<li><a href="bind/ref.html">ref</a> - A utility library for
|
|
|
@@ -437,7 +437,7 @@ how to download, build, and install the libraries.</p>
|
|
|
|
|
|
<ul>
|
|
|
<li><a href="interprocess/index.html">interprocess </a>- Shared memory, memory mapped files,
|
|
|
- process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga</li>
|
|
|
+ process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga</li>
|
|
|
<li><a href="thread/doc/index.html">thread</a> - Portable C++
|
|
|
multi-threading, from William Kempf.</li>
|
|
|
</ul>
|
|
|
@@ -453,7 +453,7 @@ how to download, build, and install the libraries.</p>
|
|
|
dealing with integral types.</li>
|
|
|
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
|
|
|
usual arithmetic functions to mathematical intervals, from Guillaume
|
|
|
- Melquiond, Herv� Br�nnimann and Sylvain Pion.</li>
|
|
|
+ Melquiond, Herv? Br?nnimann and Sylvain Pion.</li>
|
|
|
<li><a href="math/doc/common_factor.html">math/common_factor</a> - Greatest
|
|
|
common divisor and least common multiple, from Daryle Walker.</li>
|
|
|
<li><a href="../doc/html/boost_math/octonions.html">math/octonion</a> -
|
|
|
@@ -505,7 +505,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>
|
|
|
@@ -642,7 +642,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|
|
<!--webbot bot="Timestamp" s-type="EDITED"
|
|
|
s-format="%d %b %Y" startspan -->12 Mar 2006<!--webbot bot="Timestamp" endspan i-checksum="14901" --></p>
|
|
|
|
|
|
-<p>� Copyright Beman Dawes 2000-2004</p>
|
|
|
+<p>? Copyright Beman Dawes 2000-2004</p>
|
|
|
<p>Distributed under the Boost Software License, Version 1.0.
|
|
|
(See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
|
|
|
or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
|