mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-19 11:25:38 +02:00
Move session to internal, split apart implementation
This commit is contained in:
@@ -36,8 +36,8 @@ namespace Catch {
|
||||
NonCopyable& operator = ( NonCopyable && ) = delete;
|
||||
|
||||
protected:
|
||||
NonCopyable() {}
|
||||
virtual ~NonCopyable();
|
||||
NonCopyable() = default;
|
||||
virtual ~NonCopyable() = default;
|
||||
};
|
||||
|
||||
struct SourceLineInfo {
|
||||
|
Reference in New Issue
Block a user