$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-01-20 17:59:03
At 05:51 PM 1/20/2001 -0500, Beman Dawes wrote:
>Do we really need another macro? We could instead use:
>
> !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
> && !defined(BOOST_MSVC_STD_ITERATOR)
>
>Let me try that before we add YAM (Yet Another Macro).
Yes, that fixed it.
CVS updated.
--Beman