> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 22, 2008 10:07 AM > To: [email protected] > Subject: Re: svn commit: r658487 - > /stdcxx/branches/4.2.x/tests/numerics/26.c.math.cpp > > [EMAIL PROTECTED] wrote: > > Author: elemings > > Date: Tue May 20 16:17:54 2008 > > New Revision: 658487 > > > > URL: http://svn.apache.org/viewvc?rev=658487&view=rev > > Log: > > 2008-05-20 Eric Lemings <[EMAIL PROTECTED]> > > > > STDCXX-550 > > * tests/numerics/26.c.math.cpp (test_behavior): Define SIZE(x) > > macro to convert (sufficiently small) size_t values to unsigned > > values without conversion warnings. Replace sizeof operator > > with SIZE macro. (Also replaced null pointer with __FILE__ > > argument in rw_assert calls.) > > Wouldn't changing check_bits() to take size_t as the second > argument be a simpler/cleaner fix?
Yes it would. I incorporated it into my next round of changes. Brad.
