mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 04:52:22 +00:00
resolved a few TODOs, also fixing old for except of public functions virtual calls
This commit is contained in:
@@ -36,8 +36,7 @@ struct a {
|
||||
int main() {
|
||||
std::ostringstream ok;
|
||||
|
||||
boost::contract::set_postcondition_failure(
|
||||
[] (boost::contract::from) { throw; });
|
||||
boost::contract::set_old_failure([] (boost::contract::from) { throw; });
|
||||
|
||||
try {
|
||||
out.str("");
|
||||
|
||||
Reference in New Issue
Block a user