...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::contract::old_failure — Call failure handler for old value copies at body.
// In header: <boost/contract/core/exception.hpp> void old_failure(from where);
This is often called only internally by this library.
Throws: This can throw in case programmers specify a failure handler that throws exceptions on contract assertion failures (not the default).
See Also:
Throw on Failure, Old Value Copies at Body
Parameters: |
|