started to compile this lib as dll

This commit is contained in:
Lorenzo Caminiti
2016-01-30 13:09:33 -08:00
parent 1ab47c587c
commit fe3c78ad90
26 changed files with 1062 additions and 671 deletions

View File

@@ -347,7 +347,6 @@ int main() {
BOOST_TEST_EQ(a::x_type::evals(),
BOOST_PP_IIF(BOOST_CONTRACT_POSTCONDITIONS, 1, 0));
BOOST_TEST_EQ(a::x_type::ctors(), a::x_type::dtors()); // No leak.
// TODO: I should check these ctors() == dtors() every where cnt_type is used, in all tests.
BOOST_TEST_EQ(c::y_type::copies(),
BOOST_PP_IIF(BOOST_CONTRACT_POSTCONDITIONS, 1, 0));