Beman Dawes | 1 Oct 17:33
Picon
Favicon
Gravatar

Re: [integer] Promotion of endian library code from vault

vicente.botet wrote:
> ----- Original Message ----- From: "Beman Dawes" <bdawes <at> acm.org>
> To: <boost <at> lists.boost.org>
> Sent: Friday, May 30, 2008 2:04 PM
> Subject: Re: [boost] [integer] Promotion of endian library code from vault
> 
> 
>> I really should put it into the subversion sandbox. I'll try to do 
>> that later today.
> 
> Hi Beman, there is a copy/paste bug on the sandbox.
> 
> #     ifdef BOOST_BIG_ENDIAN            // BUG !!!!!!!!!!
> 
> must be
> #     ifdef BOOST_LITTLE_ENDIAN
> 
> isn't it?

Nice catch! Fixed.

This would have been detected by the regression tests if they were run 
on a big endian machine.

--Beman

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Gmane