aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-01-26 12:47:58 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-01-26 12:47:58 +0000
commit65e4ae4ff43307167881f96aa45450ff3f01df22 (patch)
tree1792e5f54ffe1ae9fc72a2f37bffd703d12c098a /test/sparse.h
parent00d7f8e567667941ffded734dcee800f66b43bae (diff)
disable unordered_map for ICC
Diffstat (limited to 'test/sparse.h')
-rw-r--r--test/sparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sparse.h b/test/sparse.h
index 128b129e8..80d99dc5b 100644
--- a/test/sparse.h
+++ b/test/sparse.h
@@ -26,7 +26,7 @@
#include "main.h"
-#if EIGEN_GNUC_AT_LEAST(4,0)
+#if EIGEN_GNUC_AT_LEAST(4,0) && !defined __ICC
#include <tr1/unordered_map>
#define EIGEN_UNORDERED_MAP_SUPPORT
namespace std {