
20 Apr
2008
20 Apr
'08
7:45 p.m.
On Sun, Apr 20, 2008 at 9:00 AM, John Maddock <john@johnmaddock.co.uk> wrote:
Folks,
There is now a new Boost.Config header:
<boost/config/warning_disable.hpp>
That selectively disables some compiler warnings that are hard or impossible to get rid of otherwise.
Docs are here: http://svn.boost.org/svn/boost/trunk/libs/config/doc/html/boost_config/guide...
This also fixes the problems that Boost.Filesystem had trying to disable these, the following patch removes the #defines, and uses the new header to silence the warnings, I've tested this with VC++ 7.1, 8 and 9 and Intel 10.1.
Beman: let me know if you want me to commit.
Yes, please do. --Beman