2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00

Numeric: Remove obsolete MSVC version checks.

[SVN r86053]
This commit is contained in:
Stephen Kelly
2013-09-30 11:23:20 +00:00
parent d3ecf4bca5
commit 2b42bf5dad

View File

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