From 2b42bf5dadd8403eb6dd12c4e859d6554307d034 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 30 Sep 2013 11:23:20 +0000 Subject: [PATCH] Numeric: Remove obsolete MSVC version checks. [SVN r86053] --- include/boost/numeric/ublas/detail/config.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/boost/numeric/ublas/detail/config.hpp b/include/boost/numeric/ublas/detail/config.hpp index 59bad1dd..f557750a 100644 --- a/include/boost/numeric/ublas/detail/config.hpp +++ b/include/boost/numeric/ublas/detail/config.hpp @@ -32,11 +32,6 @@ // Microsoft Visual C++ #if defined (BOOST_MSVC) && ! defined (BOOST_STRICT_CONFIG) -// Version 6.0 and 7.0 -#if BOOST_MSVC <= 1300 -#define BOOST_UBLAS_UNSUPPORTED_COMPILER 1 -#endif - // Version 7.1 #if BOOST_MSVC == 1310 // One of these workarounds is needed for MSVC 7.1 AFAIK