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 an older version of Boost and was released in 2023. The current version is 1.89.0.
|
Macro |
Short description |
|---|---|
|
Custom message output |
|
|
Disabling the printing of a specific type in case of test failure |
|
|
Indicates a named checkpoint that will be printed in case of failure |
|
|
Indicates an unnamed checkpoint that will be printed in case of failure |
|
|
Defines a message to be printed as part of the context of the first encountered assertion, if it fails |
|
|
Defines a scope and a message to be printed as part of the context of every failed assertion within the scope |
|
|
Defines a sticky scoped version of |