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

@@ -32,6 +32,4 @@ namespace Catch {
getMutableRegistryHub().registerStartupException();
}
}
AutoReg::~AutoReg() = default;
}