From: "Dave Gomboc" <[EMAIL PROTECTED]> > > Conversion from T' to T is straightforward except when the value of type > T' is nil. In this case, the developer may want to throw, > default-construct the value of T, or assert.
I don't see why would anyone want a default-constructed T to be returned when T' == nil, as a default-constructed T is perfectly storable in a T variable, and there would be no need for T' at all. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost