mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 03:09:01 +08:00
disable unordered_map for ICC
This commit is contained in:
parent
00d7f8e567
commit
65e4ae4ff4
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user