completed first revised draft of docs

This commit is contained in:
Lorenzo Caminiti
2015-06-30 17:56:22 -07:00
parent 2fb2ddc367
commit f42662e44c
58 changed files with 1048 additions and 3062 deletions

View File

@@ -103,6 +103,7 @@ namespace exception_ {
} catch(boost::contract::assertion_failure const& error) {
// what = 'assertion "..." failed: ...'.
std::cerr << s << error.what() << std::endl;
// TODO: Below, I should use Boost.Exception diagnostic message...
} catch(std::exception const& error) {
std::cerr << s << "checking threw standard exception with " <<
"what(): " << error.what() << std::endl;