eranpeer / FakeIt

C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking.
MIT License
1.23k stars 169 forks source link

add helper function UncaughtException to wrap std::uncaught_exception… #176

Closed conradjones closed 5 years ago

conradjones commented 5 years ago

wrap std::uncaught_exception in helper function to support both pre C++17 code and C++20

std::uncaught_exception is deprecated in C+17 and removed in C++20.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+4.0e-05%) to 99.923% when pulling adb7d15b5f226c80de948b3f32c16f5314dad4bc on conradjones:master into b563c5795e483a3f35dcfb908f01e01c03a23e94 on eranpeer:master.

noujaimc commented 5 years ago

When are you planning to do a next release ? Thank you.