$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-09-07 03:48:28
Christian Henning wrote:
> Hi there, I just questioned myself if boost is providing some general
> way of disabling warning for specific compilers. Something like:
>
> BOOST_DISABLE_WARNING( MSVC71, 4675 );
> BOOST_DISABLE_WARNING( GCC34, 1234 );
>
> I think that would be cool to have.
Very cool indeed, but I don't think a macro can expand to a #pragma?
John.