Home
last modified time | relevance | path

Searched refs:CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_compiler_capabilities.h237 …ined(CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS) && !defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
238 # define CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS macro
Dcatch_uncaught_exceptions.cpp15 #if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) in uncaught_exceptions()
/external/catch2/docs/
Dconfiguration.md129CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS // Use std::uncaught_exceptions instead of std::uncaught_e…
/external/catch2/single_include/catch2/
Dcatch.hpp327 …ined(CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS) && !defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
328 # define CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS macro
12662 #if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) in uncaught_exceptions()