Removed Ptr, Shared and SharedImpl

This commit is contained in:
Phil Nash 2017-04-25 21:51:44 +01:00
parent e6094a9503
commit 8ccbf63f28
15 changed files with 14 additions and 115 deletions

View file

@ -8,9 +8,8 @@
#ifndef TWOBLUECUBES_CATCH_INTERFACES_TESTCASE_H_INCLUDED
#define TWOBLUECUBES_CATCH_INTERFACES_TESTCASE_H_INCLUDED
#include "catch_ptr.hpp"
#include <vector>
#include <memory>
namespace Catch {