resolved a few TODOs, also fixing old for except of public functions virtual calls

This commit is contained in:
Lorenzo Caminiti
2016-09-27 20:54:23 -07:00
parent b702d4b13c
commit b36dc64d18
35 changed files with 632 additions and 359 deletions

View File

@@ -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("");