mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
disable unordered_map for ICC
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user