
9 Sep
2009
9 Sep
'09
2:20 p.m.
AMDG Stewart, Robert wrote:
Thomas Klimpel wrote:
I don't know what about the boost way to silence warnings, but if it is along the line of
#ifdef BOOST_WARNING_MSVC_WORKAROUND #pragma warning(push) #pragma warning(disable:4127) #endif
...
#ifdef BOOST_WARNING_MSVC_WORKAROUND #pragma warning(pop) #endif
Those could easily be macros, thus reducing the source code burden.
I'd be interested to see how. The best way of handling it that I'm familiar with is #include <boost/library/detail/disable_warnings.hpp> #include <boost/library/detail/enable_warnings.hpp> In Christ, Steven Watanabe