$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Henning (chhenning_at_[hidden])
Date: 2007-09-06 14:26:56
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.
Regards,
Christian