$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-09-24 04:54:13
> If I add the define I get the error below while compiling one of the
> Boost.Python regression tests. Without the extra define there are no
> errors.
> Ralf
Sounds like defining that macro is too much of a blunt instrument, maybe a
BOOST_WORKAROUND in the range headers would be more appropriate.
John.