updated expected regression failures. made struct err a global type in all tests to workaround msvc10 bug for which local structs are not visible within lambdas.

This commit is contained in:
Lorenzo Caminiti
2017-10-09 20:05:24 -07:00
parent 491ddb2955
commit 3f1214f85f
74 changed files with 187 additions and 132 deletions

View File

@@ -14,7 +14,7 @@
boost::contract::test::detail::oteststream out;
struct err {};
struct err {}; // Global decl so visible in MSVC10 lambdas.
void f() {
boost::contract::check c = boost::contract::function()