
13 Oct
2006
13 Oct
'06
10:09 a.m.
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