$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-09-23 05:10:09
> I don't know much about the context here, but: any check for
> BOOST_MSVC without a version number check (using BOOST_WORKAROUND,
> please) is probably wrong. Could you double-check this before
> applying the patch, John?
The #if branch is a workaround that is not required for any msvc version, so
it's right IMO.
John.