MSVC warning suppression - fixes #3599.

[SVN r59439]
This commit is contained in:
John Maddock
2010-02-03 12:10:56 +00:00
parent e875287d55
commit fb72e72640
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,11 @@
* http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef _SCL_SECURE_NO_WARNINGS
// Suppress warnings from the std lib:
# define _SCL_SECURE_NO_WARNINGS
#endif
#include <algorithm>
#include <functional>
#include <boost/array.hpp>