Skip to content

Commit

Permalink
Merge 0ebb61b into e40bc46
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckRJ committed Mar 21, 2021
2 parents e40bc46 + 0ebb61b commit 87edde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fakeit/FakeitExceptions.hpp
Expand Up @@ -12,7 +12,7 @@


namespace fakeit {
#if __cplusplus >= 201703L
#if __cplusplus >= 201703L || defined(__cpp_lib_uncaught_exceptions)
inline bool UncaughtException () {
return std::uncaught_exceptions() >= 1;
}
Expand Down

0 comments on commit 87edde0

Please sign in to comment.