Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_compiler_capabilities.h276 …ined(CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS) && !defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
277 # 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.md130CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS // Use std::uncaught_exceptions instead of std::uncaught_e…
/external/catch2/single_include/catch2/
Dcatch.hpp365 …ined(CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS) && !defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
366 # define CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS macro
15044 #if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) in uncaught_exceptions()
/external/libabigail/tests/lib/
Dcatch.hpp15275 && !defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
15277 # define CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS macro
15288 #elif defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS) in uncaught_exceptions()