> -----Original Message-----
> From: Martin Sebor [mailto:[EMAIL PROTECTED] 
> Sent: Friday, May 23, 2008 10:54 AM
> To: [email protected]
> Subject: Re: svn commit: r659253 - in /stdcxx/branches/4.2.x: 
> examples/manual/ src/ tests/algorithms/ tests/containers/ 
> tests/localization/ tests/numerics/ tests/regress/ tests/src/ 
> tests/strings/ util/
> 
...
> >  
> > -        *n_copy = UserClass::n_total_copy_ctor_;
> > -        *n_asgn = UserClass::n_total_op_assign_;
> > +        *n_copy = int (UserClass::n_total_copy_ctor_);
> > +        *n_asgn = int (UserClass::n_total_op_assign_);
> 
> Would changing the type of n_copy and n_asgn to match the type
> of the UserClass data members throughout the test be a cleaner
> solution?

Possibly.  I'll check it out.

Brad.

Reply via email to