diff options
author | Gael Guennebaud <g.gael@free.fr> | 2009-01-26 12:47:58 +0000 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2009-01-26 12:47:58 +0000 |
commit | 65e4ae4ff43307167881f96aa45450ff3f01df22 (patch) | |
tree | 1792e5f54ffe1ae9fc72a2f37bffd703d12c098a /test | |
parent | 00d7f8e567667941ffded734dcee800f66b43bae (diff) |
disable unordered_map for ICC
Diffstat (limited to 'test')
-rw-r--r-- | test/sparse.h | 2 |
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 { |