Skip to content
Snippets Groups Projects
Commit 233d2f46 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[memory] drop ambiguous ctor

parent 8b49dd64
No related branches found
No related tags found
No related merge requests found
......@@ -295,10 +295,6 @@ public:
: storage_(new internal::ConstAccessByPointer<T>(tt))
{}
explicit ConstStorageProvider(std::shared_ptr<T> tt)
: storage_(new internal::ConstAccessByPointer<T>(tt))
{}
explicit ConstStorageProvider(std::unique_ptr<const T>&& tt)
: storage_(tt)
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment