summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/libraries.htm4
-rw-r--r--libs/maintainers.txt5
2 files changed, 6 insertions, 3 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 1a64046781..9d6a908339 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -90,11 +90,12 @@ how to download, build, and install the libraries.</p>
<li><a href="asio/index.html">asio</a> - Portable networking and other low-level
I/O, including sockets, timers, hostname resolution, socket iostreams, serial
ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.</li>
+ <li><a href="assert/assert.html">assert</a> - Customizable assert macros, from Peter Dimov.</li>
<li><a href="assign/index.html">assign</a> - Filling containers
with constant or generated data has never been
easier, from Thorsten Ottosen.
</li>
- <li><a href="atomic/index.html">atomic</a> - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann</li>
+ <li><a href="atomic/index.html">atomic</a> - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann.</li>
<li><a href="bimap/index.html">bimap</a> - Bidirectional maps, from Matias Capeletto.
</li>
<li><a href="bind/bind.html">bind</a> and <a href="bind/mem_fn.html"> mem_fn</a> - Generalized binders for function/object/pointers and member functions, from Peter
@@ -471,6 +472,7 @@ how to download, build, and install the libraries.</p>
<h3><a name="Correctness">Correctness</a> and testing</h3>
<ul>
+ <li><a href="assert/assert.html">assert</a> - Customizable assert macros, from Peter Dimov.</li>
<li><a href="concept_check/concept_check.htm">concept check</a>
- Tools for generic programming, from Jeremy Siek.</li>
<li><a href="static_assert/static_assert.htm">static_assert</a>
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index c4caf6c3f6..9893b85e95 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -16,9 +16,10 @@ any Alexander Nasonov <alexander.nasonov -at- gmail.com>
array Marshall Clow <marshall -at- idio.com>
asio Chris Kohlhoff <chris -at- kohlhoff.com>
assign Thorsten Ottosen <nesotto -at- cs.auc.dk>
+assert Peter Dimov <pdimov -at- pdimov.com>
atomic Helge Bahmann <hcb -at- chaoticmind.net>, Tim Blechmann <tim -at- klingt.org>
bimap Matias Capeletto <matias.capeletto -at- gmail.com>
-bind Peter Dimov <pdimov -at- mmltd.net>
+bind Peter Dimov <pdimov -at- pdimov.com>
chrono Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>
circular_buffer Jan Gaspar <jano_gaspar -at- yahoo.com>
concept_check Jeremy Siek <jeremy.siek -at- gmail.com>
@@ -96,7 +97,7 @@ scope_exit Alexander Nasonov <alexander.nasonov -at- gmail.com>, Lore
serialization Robert Ramey <ramey -at- rrsd.com>
signals Douglas Gregor <dgregor -at- cs.indiana.edu>
signals2 Frank Mori Hess <fmhess -at- users.sourceforge.net>
-smart_ptr Beman Dawes <bdawes -at- acm.org>, Peter Dimov <pdimov -at- mmltd.net>
+smart_ptr Beman Dawes <bdawes -at- acm.org>, Peter Dimov <pdimov -at- pdimov.com>
spirit Joel de Guzman <joel -at- boost-consulting.com>, Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
statechart Andreas Huber <ahd6974-boostorg -at- yahoo.com>
static_assert John Maddock <john -at- johnmaddock.co.uk>