From abd1c1af7a568b067ca8cec8b8345a7a6f9d2c28 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 20 May 2016 15:01:27 +0200 Subject: Make EIGEN_HAS_STD_RESULT_OF user configurable --- test/mixingtypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mixingtypes.cpp') diff --git a/test/mixingtypes.cpp b/test/mixingtypes.cpp index 3d0875481..dbcf468ea 100644 --- a/test/mixingtypes.cpp +++ b/test/mixingtypes.cpp @@ -57,7 +57,7 @@ template void mixingtypes(int size = SizeAtCompileType) mf+mf; VERIFY_RAISES_ASSERT(mf+md); -#ifndef EIGEN_HAS_STD_RESULT_OF +#if !EIGEN_HAS_STD_RESULT_OF // this one does not even compile with C++11 VERIFY_RAISES_ASSERT(mf+mcf); #endif -- cgit v1.2.3