started testing with/without pre/post/inv decl. fixed inv not checked on exit when assertion failure handlers throw. made dtors noexcept(false) for c++11 so assertion failure can throw. fixed has_static_inv to not condier static_inv inherited from base classes.

This commit is contained in:
Lorenzo Caminiti
2015-12-02 07:25:31 -08:00
parent 8e9d7474f1
commit 5c047bccb2
91 changed files with 3593 additions and 274 deletions

View File

@@ -1,3 +1,3 @@
#include "inv_mutable.i"
#include "inv_mutable.hpp"