mirror of
https://github.com/boostorg/test.git
synced 2026-01-27 19:32:11 +00:00
When I try to build with clang on windows (4.2.1 Compatible Clang 3.9.0 (trunk), on top of VC14) I get an error complaining that accessing "this" within an __except block is unimplemented. This patch just stores the value in a local variable to make it available with the __finally clause. Allows Boost.Test to be built with clang on windows, in VC compatibility mode.