forked from catchorg/Catch2
Builds almost completely cleanly with -WEverything in LLVM
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Catch {
|
||||
|
||||
struct IConfig {
|
||||
|
||||
virtual ~IConfig(){}
|
||||
virtual ~IConfig();
|
||||
|
||||
virtual bool allowThrows() const = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user