From 164276050b572993814e4d821dbe26afd1f50b67 Mon Sep 17 00:00:00 2001
From: Peter Dimov
Date: Sun, 9 Feb 2014 17:36:26 +0200
Subject: [PATCH] Add assert to libraries.htm, maintainers.txt
---
libs/libraries.htm | 4 +++-
libs/maintainers.txt | 5 +++--
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.
asio - 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.
+ assert - Customizable assert macros, from Peter Dimov.
assign - Filling containers
with constant or generated data has never been
easier, from Thorsten Ottosen.
- atomic - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann
+ atomic - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann.
bimap - Bidirectional maps, from Matias Capeletto.
bind and mem_fn - Generalized binders for function/object/pointers and member functions, from Peter
@@ -471,6 +472,7 @@ how to download, build, and install the libraries.
+ - assert - Customizable assert macros, from Peter Dimov.
- concept check
- Tools for generic programming, from Jeremy Siek.
- static_assert
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
array Marshall Clow
asio Chris Kohlhoff
assign Thorsten Ottosen
+assert Peter Dimov
atomic Helge Bahmann , Tim Blechmann
bimap Matias Capeletto
-bind Peter Dimov
+bind Peter Dimov
chrono Vicente J. Botet Escriba
circular_buffer Jan Gaspar
concept_check Jeremy Siek
@@ -96,7 +97,7 @@ scope_exit Alexander Nasonov , Lore
serialization Robert Ramey
signals Douglas Gregor
signals2 Frank Mori Hess
-smart_ptr Beman Dawes , Peter Dimov
+smart_ptr Beman Dawes , Peter Dimov
spirit Joel de Guzman , Hartmut Kaiser
statechart Andreas Huber
static_assert John Maddock