mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-21 20:15:39 +02:00
Builds almost completely cleanly with -WEverything in LLVM
This commit is contained in:
@@ -16,12 +16,12 @@ namespace Catch {
|
||||
typedef std::string(*exceptionTranslateFunction)();
|
||||
|
||||
struct IExceptionTranslator {
|
||||
virtual ~IExceptionTranslator(){}
|
||||
virtual ~IExceptionTranslator();
|
||||
virtual std::string translate() const = 0;
|
||||
};
|
||||
|
||||
struct IExceptionTranslatorRegistry {
|
||||
virtual ~IExceptionTranslatorRegistry(){}
|
||||
virtual ~IExceptionTranslatorRegistry();
|
||||
|
||||
virtual std::string translateActiveException() const = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user