mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-22 18:02:12 +01:00
Do not introduce VTable when using the NonCopyable helper
This commit is contained in:
@@ -37,7 +37,4 @@ namespace Catch {
|
||||
return std::string();
|
||||
}
|
||||
|
||||
NonCopyable::NonCopyable() = default;
|
||||
NonCopyable::~NonCopyable() = default;
|
||||
|
||||
}
|
||||
} // end namespace Catch
|
||||
|
||||
Reference in New Issue
Block a user