"Peter Dimov" <[EMAIL PROTECTED]> writes: > I'm thinking of renaming make_shared(weak_ptr), as the current > similarity with make_pair is undesirable.
Why? > The best replacement I can come up with is > get_shared_ptr. I.e. instead of > > if(shared_ptr<X> px = make_shared(wp)) > { > } > > the pattern will look like > > if(shared_ptr<X> px = get_shared_ptr(wp)) > { > } > > Comments? get_shared_ptr sounds a bit like the weak_ptr contains a shared_ptr. > Suggestions? to_shared[_ptr] as_shared[_ptr] ? -- David Abrahams [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost