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
..
external Scoped parseInfos population so `i` can be reused 2017-09-26 16:06:48 -07:00
internal Replace throw; with std::rethrow_exception(std::current_exception()); 2017-09-28 12:53:09 +02:00
reporters Added benchmark support to MultiReporters 2017-09-21 09:32:46 +01:00
catch.hpp Changed all .hpp extensions to .h where there is now a corresponding .cpp 2017-09-07 11:24:33 +01:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00