From c997a1fcc692f22b4e8228c17bf6442c50dc2cd4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 16 Dec 2008 10:13:24 +0000 Subject: [PATCH] msvc warning suppression. [SVN r50294] --- src/cregex.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/cregex.cpp b/src/cregex.cpp index 99d48a7b..fb12373a 100644 --- a/src/cregex.cpp +++ b/src/cregex.cpp @@ -28,6 +28,10 @@ typedef boost::match_flag_type match_flag_type; #include +#ifdef BOOST_MSVC +#pragma warning(disable:4309) +#endif + namespace boost{ #ifdef __BORLANDC__ @@ -641,3 +645,4 @@ basic_string::replace(wchar_t* f1, wchar_t* f2, const w +