From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-08-04 22:46:23


On Aug 4, 2005, at 7:43 PM, David Abrahams wrote:
> I think it would be wiser to stick with
>
> BOOST_WORKAROUND(BOOST_MSVC, ... ) ||
> BOOST_WORKAROUND(BOOST_INTEL_XXXX, ... )
>
> Because other compilers that do not emulate bugs so well are probably
> also defining that symbol.

In this case, the particular symbols that are defined by the workaround
are totally harmless.

        Doug