summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2014-06-03 01:25:33 +0300
committerPeter Dimov <pdimov@pdimov.com>2014-06-03 03:11:34 +0300
commitc1f78adf565c4cdf42b9ffa0888a7e11f2b6f21b (patch)
tree3df4fe72b6ddc2a085d1557fa8250deafdbc185c
parent69fafe6bdc3fced29a32fe684f97182dc8fe6da9 (diff)
downloadboost-c1f78adf565c4cdf42b9ffa0888a7e11f2b6f21b.tar.gz
Add throw_exception to libraries.htm, maintainers.txt.
-rw-r--r--libs/libraries.htm4
-rw-r--r--libs/maintainers.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index b83cc1ccc5..d8b7a3cef5 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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&aacute;.</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>&nbsp;
<b>prior()</b>
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index f61b0c24b6..06b292a3f7 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -106,6 +106,7 @@ statechart Andreas Huber <ahd6974-boostorg -at- yahoo.com>
static_assert John Maddock <john -at- johnmaddock.co.uk>
test Gennadiy Rozental <gennadiy.rozental -at- thomson.com>
thread Anthony Williams <anthony -at- justsoftwaresolutions.co.uk>, Roland Schwarz <roland.schwarz -at- chello.at>, Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>
+throw_exception Emil Dotchevski <emil -at- revergestudios.com>
timer Beman Dawes <bdawes -at- acm.org>
tokenizer John R. Bandela <jbandela -at- ufl.edu>
tr1 John Maddock <john -at- johnmaddock.co.uk>