mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-02-09 11:22:35 +00:00
73153d57971849d6cfd13e2bd1bf2b0c9894797d
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().
Description
Mirrored via gitea-mirror
Languages
C++
99.5%
CMake
0.3%