disable unordered_map for ICC

This commit is contained in:
Gael Guennebaud 2009-01-26 12:47:58 +00:00
parent 00d7f8e567
commit 65e4ae4ff4

View File

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