msvc warning suppression.

[SVN r50294]
This commit is contained in:
John Maddock
2008-12-16 10:13:24 +00:00
parent b650e44ff2
commit c997a1fcc6

View File

@ -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