mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Remove superfluous comment
This commit is contained in:
parent
39bfc6e82b
commit
1b2fa601c6
@ -12,7 +12,6 @@
|
||||
|
||||
namespace Catch {
|
||||
bool uncaught_exceptions() {
|
||||
// https://github.com/catchorg/Catch2/issues/1162
|
||||
#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
|
||||
return std::uncaught_exceptions() > 0;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user