Address comments about EIGEN_THREAD_LOCAL.

This commit is contained in:
Rasmus Munk Larsen
2018-08-24 10:24:54 -07:00
parent 8d9bc5cc02
commit 744e2fe0de
2 changed files with 4 additions and 7 deletions

View File

@@ -10,8 +10,6 @@
#ifndef EIGEN_CXX11_THREADPOOL_THREAD_LOCAL_H
#define EIGEN_CXX11_THREADPOOL_THREAD_LOCAL_H
#undef EIGEN_THREAD_LOCAL
#if EIGEN_MAX_CPP_VER >= 11 && \
((EIGEN_COMP_GNUC && EIGEN_GNUC_AT_LEAST(4, 8)) || \
__has_feature(cxx_thread_local))