$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-07-16 12:01:34
At 10:30 AM 7/16/2001, Fabrice Truillot wrote:
Hi,
I've slightly modified the boost/details/limits.hpp header file, for MacOS
X using Project Builder. The macro __powerpc__ isn't defined. This compiler
defines __ppc__ instead.
...
#if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) ||
defined(__ppc__) || defined(__hppa)
#define BOOST_BIG_ENDIAN
...
Now, <boost/limits.hpp> works without a glitch.
CVS changed.
Thanks,
--Beman