mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-11-20 17:29:48 +01:00
added shared_from_raw free function. These changes fix the pointer value in shared_ptr which were obtained before an external shared_ptr has taken ownership of the object (for example when a shared_ptr to this is obtained in an object's constructor). [SVN r57197]