Boost logo

Boost :

From: Johan Råde (rade_at_[hidden])
Date: 2006-10-13 06:09:58


Stephan Tolksdorf wrote:
> While you're looking at boost/detail/endian.hpp, could you please add
> _M_X64 to the list of little endian platforms? _M_X64 is the Microsoft
> define for the AMD64/INTEL64(EM64T) platform and definitely signals a
> little endian platform.
>
> (I didn't have any luck with my previous two requests concerning this
> matter on the list.)
>
> Thank you,
> Stephan
>

You are right. The macros

__amd64
__amd64__
_M_AMD64
__x86_64
__x86_64__
_M_X64

should be added to the little endian platforms.

But I'm not the right person to ask.
I do not have developper access to Boost.

John, could you fix this?

--Johan


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