Searched refs:CATCH_NOEXCEPT (Results 1 – 1 of 1) sorted by relevance
281 #if defined(CATCH_CONFIG_CPP11_NOEXCEPT) && !defined(CATCH_NOEXCEPT)282 # define CATCH_NOEXCEPT noexcept macro285 # define CATCH_NOEXCEPT throw() macro436 virtual ~NotImplementedException() CATCH_NOEXCEPT {} in ~NotImplementedException()438 virtual const char* what() const CATCH_NOEXCEPT;3415 virtual ~StreamBufBase() CATCH_NOEXCEPT;3429 virtual ~IStream() CATCH_NOEXCEPT;3437 virtual ~FileStream() CATCH_NOEXCEPT;3446 virtual ~CoutStream() CATCH_NOEXCEPT;3457 virtual ~DebugOutStream() CATCH_NOEXCEPT;[all …]