Suppress warnings for MinGW

[SVN r12588]
This commit is contained in:
Dave Abrahams
2002-01-30 20:02:11 +00:00
parent 8cbbd7c551
commit 0a560dd543

View File

@@ -121,7 +121,7 @@ namespace boost
// numeric_cast ------------------------------------------------------------//
#ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
#if !defined(BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS) || defined(BOOST_SGI_CPP_LIMITS)
namespace detail
{
@@ -295,7 +295,7 @@ namespace boost
typedef std::numeric_limits<Source> arg_traits;
typedef detail::fixed_numeric_limits<Target> result_traits;
#ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
#if !defined(BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS) || defined(BOOST_SGI_CPP_LIMITS)
// typedefs that act as compile time assertions
// (to be replaced by boost compile time assertions
// as and when they become available and are stable)