Skip to content

Improve HybridObject so that it can be used with std::weak_ref, by removing...

Simon Morlat requested to merge fix/belle-sip-weak-ptr into master

Improve HybridObject so that it can be used with std::weak_ref, by removing the multiple instanciation of independant std::shared_ptr in getSharedFromThis().

Merge request reports