Skip to content

Fix referenceToSharedPtr to avoid unnecessary exceptions.

Robert K requested to merge feature/remove-referencetosharedptr into master

This removes the throw of unnecessarily thrown exceptions of bad_weak_ptr when it is clear that there exists no shared_ptr object to created from.

Edited by Robert K

Merge request reports