summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2008-07-26 18:48:01 +0000
committerDaniel James <daniel@calamity.org.uk>2008-07-26 18:48:01 +0000
commit1cfc61eed08587cb9b06e646fee311cb65baffab (patch)
treee33854ce952a57802f5af0f70037107b6336f7e1
parent597a9b74c816c227d0d251e458970e6c561fbe73 (diff)
downloadboost-1cfc61eed08587cb9b06e646fee311cb65baffab.tar.gz
Add Boost.Exception to the miscellaneous libraries.
Merged revisions 47830 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r47830 | danieljames | 2008-07-26 19:38:07 +0100 (Sat, 26 Jul 2008) | 1 line Add Boost.Exception to the miscellaneous libraries. ........ [SVN r47831]
-rw-r--r--libs/libraries.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index dd4629ed80..6b78d6be2a 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -654,6 +654,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</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>
+ <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,
iteration over directories, and other useful filesystem operations, from
Beman Dawes.</li>