mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 13:13:55 +00:00
The deleter can be called on a null pointer by shared_ptr. Also added tests with unique_ptr from Boost.Move and shared_ptr from Boost.SmartPtr.