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.
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