mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 17:02:15 +00:00
built all tests and examples on msvc with all contract_no combinations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user