mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 05:40:14 +01: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.