Do not introduce VTable when using the NonCopyable helper

This commit is contained in:
Martin Hořeňovský
2019-10-30 18:51:14 +01:00
parent ca4c6218d4
commit 7c48ea6016
5 changed files with 4 additions and 12 deletions

View File

@@ -37,7 +37,4 @@ namespace Catch {
return std::string();
}
NonCopyable::NonCopyable() = default;
NonCopyable::~NonCopyable() = default;
}
} // end namespace Catch