mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
Add assert to libraries.htm, maintainers.txt
This commit is contained in:
parent
0391bd8e9a
commit
80b8358981
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
@ -474,6 +475,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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue