When the Boost library / headers are used with VC ++ 9 compilers (Visual C ++ 2008 Express Edition or Visual Studio 2008), many good warnings are generated. They have 2 types:
- Wp64 setup warning.
- Compiler version warning.
How to disable these warnings?
source share