2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-13 13:02:14 +00:00
Files
Catch2/include
Martin Hořeňovský 70e0d48978 Replace throw; with std::rethrow_exception(std::current_exception());
This works around a bug in libcxxrt handling of active exception count
that caused std::uncaught_exception() to return true even if there was
none.

Closes #1028
2017-09-28 12:53:09 +02:00
..