mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-02-10 11:42:30 +00:00
This provides a way to escape from automatic reference counting, and taking manual control of the reference. Useful when interfacing to a C API that expects a pointer with an elevated reference count. Similar to std::unique_ptr<>::release().