$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jerry Lawson (Jerry.Lawson_at_[hidden])
Date: 2007-01-18 12:34:54
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?