|
|
@@ -326,6 +326,8 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="test/index.html">test</a> - Support for simple program testing,
|
|
|
full unit testing, and for program
|
|
|
execution monitoring, from Gennadiy Rozental.</li>
|
|
|
+ <li><a href="throw_exception/index.html">throw_exception</a> - Common infrastructure for throwing exceptions,
|
|
|
+ from Emil Dotchevski.</li>
|
|
|
<li><a href="thread/doc/index.html">thread</a> - Portable C++
|
|
|
multi-threading, from William Kempf, Anthony Williams and
|
|
|
Vicente J. Botet Escribá.</li>
|
|
|
@@ -901,6 +903,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|
|
Dawes.</li>
|
|
|
<li><a href="tr1/index.html">TR1</a> - An implementation of the Technical
|
|
|
Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
|
|
|
+ <li><a href="throw_exception/index.html">throw_exception</a> - Common infrastructure for throwing exceptions,
|
|
|
+ from Emil Dotchevski.</li>
|
|
|
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
|
|
|
plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>
|
|
|
<b>prior()</b>
|