$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-05-22 06:31:27
> - Detects some regex problems that previously only Metrowerks was
> detecting.
Working on it.
> * Shows what looks like a Boost config problem (see date-time testclock,
> for example) which is causing boost::int64_t not to be defined even though
> long long support is present. Help needed on this one!
boost.config looks to be OK (BOOST_HAS_LONG_LONG is defined OK), I'm
assuming that this may be an issue with the way in which ULONGLONG_MAX is
defined, but I don't know for certain...
John