|
Boost : |
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2008-03-25 12:09:52
Hi,
I'm wondering if we care about level 4 MSVC warnings. As far as I remember
default warning level is lower and I don't see why boost sources should have
MSVC-specific pragmas just to disable level 4 warnings.
I'd rather resolved the bug as invalid. As an alternative, we could
// Beginning of file
#include <boost/config/warnings_off.hpp>
...
// end of file
#include <boost/config/warnings_on.hpp>
and have an option BOOST_CONFIG_TURN_WARNINGS_OFF.
Though, I don't know whether it's doable for other compilers.
-- Alexander
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk