$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_maddock_at_[hidden])
Date: 2003-03-22 07:06:45
> And furthermore, the code inside #if !BOOST_WORKAROUND(...) is all
> NON-workaround code, so the workaround _is_ being used for all
> versions 238 and lower.
Yes but he's using version 243, which will *not* be using the workaround.
> So I think you're going to have to analyze the problem and the fix
> again.
We need to change to:
&& !BOOST_WORKAROUND(__EDG_VERSION__, <= 243)
John