boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
183 stars 140 forks source link

fix unreachable return compilation error #393

Closed timmaraju closed 6 months ago

timmaraju commented 1 year ago

On Visual Studio 16.9, the return was marked as unreachable because of the throw before

timmaraju commented 6 months ago

@mborland Sorry for coming back so late to this, can we start the CI run again on this please?

mborland commented 6 months ago

@mborland Sorry for coming back so late to this, can we start the CI run again on this please?

The only issue was with 4.6 which has been dropped since this PR opened.