"Peter Dimov" <[EMAIL PROTECTED]> writes:

> * The default constructor and reset() will not throw; default-constructed
> shared_ptr (and weak_ptr) instances will have an unspecified use_count().

Great!

> * shared_*_cast will be renamed to sp_*_cast.

Why? Without rationale, this seems like a gratuitous change,
especailly since "sp" doesn't mean much to me.

> * use_count_is_zero will be renamed to bad_weak_ptr.

Why? Is a weak_ptr that doesn't refer to anything "bad"?

In the standard, at least, "bad_cast" refers to an operation, rather
than an object.

-- 
                       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

Reply via email to