When the Boost library/headers is used with VC++ 9 compilers (Visual C++ 2008 Express Edition or Visual Studio 2008), a lot of benign warnings are generated. They are of 2 kinds:
- Warning about the Wp64 setting.
- Warning about the compiler version.
How can I turn off these warnings?