1 Oct 17:33
Re: [integer] Promotion of endian library code from vault
Beman Dawes <bdawes <at> acm.org>
2008-10-01 15:33:29 GMT
2008-10-01 15:33:29 GMT
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
RSS Feed