Skip to content

Do not use lock to get the shared_ptr as it doesn't throw an exception when...

Andrea Gianarda requested to merge fix/weak_ptr_exception into master

Do not use lock to get the shared_ptr as it doesn't throw an exception when the std::weak_ptr argument is empty

Merge request reports