Deprecate `put` with a plain pointer as argument
Deprecate old interface to put
which takes ownership of a raw pointer, in favour of the (already long existing) method which takes a std::unique_ptr
.
Edited by Gerhard Raven
Deprecate old interface to put
which takes ownership of a raw pointer, in favour of the (already long existing) method which takes a std::unique_ptr
.