mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-26 00:03:14 +08:00
fix compilation of unit tests with clang
This commit is contained in:
parent
4846c76d9d
commit
771e64200f
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
#if EIGEN_GNUC_AT_LEAST(4,0) && !defined __ICC
|
#if EIGEN_GNUC_AT_LEAST(4,0) && !defined __ICC && !defined(__clang__)
|
||||||
#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