mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +02:00
msvc warning suppression.
[SVN r50294]
This commit is contained in:
@ -28,6 +28,10 @@
|
||||
typedef boost::match_flag_type match_flag_type;
|
||||
#include <cstdio>
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
#pragma warning(disable:4309)
|
||||
#endif
|
||||
|
||||
namespace boost{
|
||||
|
||||
#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