mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 12:46:00 +08:00
disable unordered_map for ICC
This commit is contained in:
parent
00d7f8e567
commit
65e4ae4ff4
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
#if EIGEN_GNUC_AT_LEAST(4,0)
|
#if EIGEN_GNUC_AT_LEAST(4,0) && !defined __ICC
|
||||||
#include <tr1/unordered_map>
|
#include <tr1/unordered_map>
|
||||||
#define EIGEN_UNORDERED_MAP_SUPPORT
|
#define EIGEN_UNORDERED_MAP_SUPPORT
|
||||||
namespace std {
|
namespace std {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user