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

BOOST_TEST_DONT_PRINT_LOG_VALUE
PrevUpHomeNext

Disables the automatic printing of a value. This macro is relevant

  • a type is used in a comparison assertion (such as BOOST_<level>_GE for instance)
  • when the type being compared does not implement a suitable operator << for streaming out the value into the test log stream
[Tip] Tip

See the corresponding section for more details.


PrevUpHomeNext