|
|
@@ -8,7 +8,7 @@ content="text/html; charset=iso-8859-1">
|
|
|
<meta name="ProgId" content="FrontPage.Editor.Document">
|
|
|
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
|
|
<title>Boost Libraries</title>
|
|
|
-<link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" />
|
|
|
+<link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
|
|
|
</head>
|
|
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
|
@@ -121,7 +121,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<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,
|
|
|
+ <li><a href="filesystem/index.html">filesystem</a> - Portable paths,
|
|
|
iteration over directories, and other useful filesystem operations, from
|
|
|
Beman Dawes.</li>
|
|
|
<li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
|
|
|
@@ -195,6 +195,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="mpl/doc/index.html">mpl</a> - Template metaprogramming
|
|
|
framework of compile-time algorithms, sequences and metafunction classes,
|
|
|
from Aleksey Gurtovoy.</li>
|
|
|
+ <li><a href="msm/index.html">meta state machine</a> - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.</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
|
|
|
@@ -216,6 +217,8 @@ 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="polygon/index.html">polygon</a> - Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from
|
|
|
+ Lucanus Simonson.</li>
|
|
|
<li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
|
|
|
Steve Cleary.</li>
|
|
|
<li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor
|
|
|
@@ -693,7 +696,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|
|
Walker.</li>
|
|
|
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</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="filesystem/doc/index.htm">filesystem</a> - Portable paths,
|
|
|
+ <li><a href="filesystem/index.html">filesystem</a> - Portable paths,
|
|
|
iteration over directories, and other useful filesystem operations, from
|
|
|
Beman Dawes.</li>
|
|
|
<li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
|
|
|
@@ -701,6 +704,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|
|
from Joaquín M López Muñoz.</li>
|
|
|
<li><a href="conversion/lexical_cast.htm">lexical_cast</a> - General literal text conversions, such as an <code>int</code> represented as
|
|
|
a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
|
|
|
+ <li><a href="msm/index.html">meta state machine</a> - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.</li>
|
|
|
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
|
|
|
from Fernando Cacciola.</li>
|
|
|
<li><a href="optional/doc/html/index.html">optional</a> - Discriminated-union
|