Boost logo

Boost :

Subject: Re: [boost] [integer] Promotion of endian library code from vault
From: Beman Dawes (bdawes_at_[hidden])
Date: 2008-10-01 11:33:29


vicente.botet wrote:
> ----- Original Message ----- From: "Beman Dawes" <bdawes_at_[hidden]>
> To: <boost_at_[hidden]>
> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk