mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 05:15:39 +02:00
Use = delete instead of private, unimplemented copy operations
This commit is contained in:
@@ -71,9 +71,8 @@ struct AutoReg {
|
|||||||
|
|
||||||
~AutoReg();
|
~AutoReg();
|
||||||
|
|
||||||
private:
|
AutoReg( AutoReg const& ) = delete;
|
||||||
AutoReg( AutoReg const& );
|
AutoReg& operator = (AutoReg const& ) = delete;
|
||||||
void operator= ( AutoReg const& );
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void registerTestCaseFunction
|
void registerTestCaseFunction
|
||||||
|
Reference in New Issue
Block a user