mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-02 13:09:33 +01:00
@@ -16,9 +16,9 @@
|
||||
namespace Catch {
|
||||
|
||||
struct IConfig : IShared {
|
||||
|
||||
|
||||
virtual ~IConfig();
|
||||
|
||||
|
||||
virtual bool allowThrows() const = 0;
|
||||
virtual std::ostream& stream() const = 0;
|
||||
virtual std::string name() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user