mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 22:32:09 +02:00
msvc warning suppression.
[SVN r50294]
This commit is contained in:
@ -28,6 +28,10 @@
|
|||||||
typedef boost::match_flag_type match_flag_type;
|
typedef boost::match_flag_type match_flag_type;
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
#ifdef BOOST_MSVC
|
||||||
|
#pragma warning(disable:4309)
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace boost{
|
namespace boost{
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
@ -641,3 +645,4 @@ basic_string<wchar_t>::replace<const wchar_t*>(wchar_t* f1, wchar_t* f2, const w
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user