vc7 warning suppression.

[SVN r14064]
This commit is contained in:
John Maddock
2002-05-30 11:07:55 +00:00
parent 53de3c4ae6
commit 998f94ffe9
2 changed files with 15 additions and 9 deletions

View File

@ -27,6 +27,10 @@
#ifndef BOOST_NO_STD_LOCALE
# ifdef BOOST_MSVC
# pragma warning(disable:4786 4702 4127 4244)
# endif
#include <clocale>
#include <locale>
#include <cstdio>
@ -39,9 +43,8 @@
#include <boost/scoped_array.hpp>
#include "primary_transform.hpp"
# ifdef BOOST_MSVC
# pragma warning(disable:4786)
# pragma warning(disable:4786 4702 4127 4244)
# endif
namespace{