Added testcases for OptionalOwnershipPointer
This commit is contained in:
parent
59933036d6
commit
bc1a57bab5
@ -7,8 +7,6 @@
|
|||||||
namespace fspp {
|
namespace fspp {
|
||||||
namespace ptr {
|
namespace ptr {
|
||||||
|
|
||||||
//TODO Test cases
|
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
using optional_ownership_ptr = std::unique_ptr<T, std::function<void(T*)>>;
|
using optional_ownership_ptr = std::unique_ptr<T, std::function<void(T*)>>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user