built all tests and examples on msvc with all contract_no combinations

This commit is contained in:
Lorenzo Caminiti
2016-12-12 21:07:46 -08:00
parent fdfe16132d
commit 3000dde9c2
122 changed files with 776 additions and 591 deletions

View File

@@ -72,7 +72,7 @@ struct a
#ifndef BOOST_CONTRACT_NO_PRECONDITIONS
.precondition([] { out << "a::f::pre" << std::endl; })
#endif
#ifndef OOST_CONTRACT_NO_POSTCONDITIONS
#ifndef BOOST_CONTRACT_NO_POSTCONDITIONS
.old([] { out << "a::f::old" << std::endl; })
.postcondition([] { out << "a::f::post" << std::endl; })
#endif