Skip to content

Deprecate `put` with a plain pointer as argument

Gerhard Raven requested to merge deprecate-plain-put into master

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

Merge request reports