From 164276050b572993814e4d821dbe26afd1f50b67 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 9 Feb 2014 17:36:26 +0200 Subject: Add assert to libraries.htm, maintainers.txt --- libs/libraries.htm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/libraries.htm') 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.

    Correctness and testing