mirror of
https://github.com/boostorg/contract.git
synced 2026-01-30 07:42:46 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user