$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2002-11-22 07:01:22
On Wed, 20 Nov 2002 16:34:50 -0500, David Abrahams
<dave_at_[hidden]> wrote:
>I just checked CVS, and boost\dynamic_bitset.hpp needs a change to avoid a warning with Everett:
>
>Here is the patch:
>
>50c50
>< #ifdef BOOST_MSVC
>---
>> #if (BOOST_MSVC <= 1300)
>
It's worth remembering that Microsoft's are not the only compilers
supported.
Genny.