From 5b6cff5b0e7dcb7b36b44c61263da7e281800799 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 28 Oct 2015 20:18:00 +0100 Subject: fix typo --- test/fastmath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fastmath.cpp') diff --git a/test/fastmath.cpp b/test/fastmath.cpp index 16462d54f..efdd5b313 100644 --- a/test/fastmath.cpp +++ b/test/fastmath.cpp @@ -18,7 +18,7 @@ void check(bool b, bool ref) std::cout << " BAD "; } -#if EIGEN_COMP_MSVC < 1800 +#if EIGEN_COMP_MSVC && EIGEN_COMP_MSVC < 1800 namespace std { template bool (isfinite)(T x) { return _finite(x); } template bool (isnan)(T x) { return _isnan(x); } -- cgit v1.2.3