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