forked from catchorg/Catch2
Made ReportConfig a value type
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Catch {
|
||||
};
|
||||
|
||||
|
||||
class Config : public IReporterConfig, public IConfig {
|
||||
class Config : public IConfig {
|
||||
private:
|
||||
Config( const Config& other );
|
||||
Config& operator = ( const Config& other );
|
||||
|
||||
Reference in New Issue
Block a user