Skip to content

Simplify shared with weak_ptr

Sune Vuorela requested to merge work/sune/simplify-shared-with-weak_ptr into master

Rather than relying on the not-really-good use_count in shared_ptr, let weak_ptr help us

Merge request reports