mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 21:49:24 +00:00
parent
3907559896
commit
ad7445d33c
7 changed files with 13 additions and 13 deletions
|
@ -39,7 +39,7 @@
|
|||
namespace Catch {
|
||||
NonCopyable::~NonCopyable() {}
|
||||
IShared::~IShared() {}
|
||||
StreamBufBase::~StreamBufBase() {}
|
||||
StreamBufBase::~StreamBufBase() throw() {}
|
||||
IContext::~IContext() {}
|
||||
IResultCapture::~IResultCapture() {}
|
||||
ITestCase::~ITestCase() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue