resolved almost all todos and recompiled examples and tests

This commit is contained in:
Lorenzo Caminiti
2016-06-11 11:24:16 -07:00
parent 21f228d80b
commit b70b886140
42 changed files with 145 additions and 383 deletions

View File

@@ -36,7 +36,7 @@ int main() {
BOOST_TEST(false);
#endif
} catch(err const&) {
ok.str(""); ok
ok.str(""); ok << "" // Suppress a warning.
#ifndef BOOST_CONTRACT_NO_PRECONDITIONS
<< "f::pre" << std::endl
#endif