Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.

Boost 1.56.0 Library Documentation - Correctness and testing

Correctness and testing

Assert

Customizable assert macros.

Author(s)
Peter Dimov
First Release
1.27.0
Categories
Correctness and testing
Concept Check

Tools for generic programming.

Author(s)
Jeremy Siek
First Release
1.19.0
Categories
Correctness and testing, Generic Programming
Static Assert

Static assertions (compile time assertions).

Author(s)
John Maddock
First Release
1.19.0
Categories
Correctness and testing, Generic Programming, Template Metaprogramming
Test

Support for simple program testing, full unit testing, and for program execution monitoring.

Author(s)
Gennadiy Rozental
First Release
1.21.0
Categories
Correctness and testing