
`__shared_count` is used in a few places where `shared_ptr` isn't. This avoids a bunch of transitive includes needed for the implementation of `shared_ptr` in these places.
`__shared_count` is used in a few places where `shared_ptr` isn't. This avoids a bunch of transitive includes needed for the implementation of `shared_ptr` in these places.