
1 Oct
2008
1 Oct
'08
3:33 p.m.
vicente.botet wrote:
----- Original Message ----- From: "Beman Dawes" <bdawes@acm.org> To: <boost@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