mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 22:19:25 +00:00
Removed Ptr, Shared and SharedImpl
This commit is contained in:
parent
e6094a9503
commit
8ccbf63f28
15 changed files with 14 additions and 115 deletions
|
@ -127,7 +127,7 @@ namespace Catch {
|
|||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class FreeFunctionTestCase : public SharedImpl<ITestCase> {
|
||||
class FreeFunctionTestCase : public ITestCase {
|
||||
public:
|
||||
|
||||
FreeFunctionTestCase( TestFunction fun ) : m_fun( fun ) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue