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 a snapshot of the develop branch, built from commit ceb522a122.
PrevUpHomeNext

BOOST_TEST_INFO_SCOPE

Defines a sticky version of BOOST_TEST_INFO: the message stored in BOOST_TEST_INFO_SCOPE is printed for all failed assertions that come after the declaration of BOOST_TEST_INFO_SCOPE and within the current scope. For more details see here.


PrevUpHomeNext