From: "Fernando Cacciola" <[EMAIL PROTECTED]> > A solution is to add a non-template assignment, at least only for bcc5.5.1, > as: > > shared_ptr & operator=(shared_ptr const & r) // never throws > { > px = r.px; > pn = r.pn; // shared_count::op= doesn't throw > return *this; > } > > With this additional assignment, the test passes.
Applied, thanks. :-) _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost