$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-05-13 07:06:28
> Which is a compile-fail test, but compiles successfully with CW-8.3. I
> narrowed the problem down to this minimal test..
What happens if you bump up the version check in:
#if !defined(BOOST_BUGGY_INTEGRAL_CONSTANT_EXPRESSIONS) && \
!BOOST_WORKAROUND(__MWERKS__, < 0x3003)
In static_assert.hpp?
John.