mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-27 15:09:33 +00:00
Made ReportConfig a value type
This commit is contained in:
parent
f606517376
commit
d2553cdc64
10 changed files with 156 additions and 134 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue