
18 Jan
2007
18 Jan
'07
5:34 p.m.
I'm attempting to port my application to solaris10 running on amd64 processor (using gcc 4.1.1) and endian.hpp doesn't adapt to that environment. Shouldn't there be a check for defined(__amd64) || defined(__amd64__) to account for this little-endian environment? If so, is it too late to get this into 1.34?