From: "Daniel Frey" <[EMAIL PROTECTED]> > > > > 'get' implies (at least to me), that it only fetches a pointer/reference > > > to something which already exists. > > > > In a way, this is exactly what make_shared/get_shared_ptr does; it fetches a > > pointer to something which already exists, the object. > > ..or an empty pointer if the object exists, but has expired.
Nope, if the weak_ptr argument has expired, the object no longer exists. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost