mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-22 20:45:39 +02:00
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