mirror of
https://github.com/boostorg/regex.git
synced 2025-07-18 06:42:08 +02:00
vc7 warning suppression.
[SVN r14064]
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user