summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2014-02-09 17:36:26 +0200
committerPeter Dimov <pdimov@pdimov.com>2014-02-11 00:00:40 +0200
commit164276050b572993814e4d821dbe26afd1f50b67 (patch)
tree5c633a7a807ea70ecd81056f4cc08ed0c8d3de8e /libs/libraries.htm
parent430000e3d64d4f6330daf1d30a6a7ad3b400b711 (diff)
downloadboost-164276050b572993814e4d821dbe26afd1f50b67.tar.gz
Add assert to libraries.htm, maintainers.txt
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm4
1 files changed, 3 insertions, 1 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>