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 2013. The current version is 1.90.0.
| Parameter Name: | Catch system errors |
| Environment variable name: | BOOST_TEST_CATCH_SYSTEM_ERRORS |
| Command line argument name: | catch_system_errors |
| Acceptable Values: | yes no |
| Description: | value "no" prohibit the framework from catching asyncronous system events. This could be used for test programs executed within GUI or to get a coredump for stack analisys. See usage recomendations page for more details. |