Remove unnecessary EIGEN_HAS_TYPE_TRAITS=0.
This was an old hack to work around compiler issues in detecting whether `type_traits` was available. TF now requires c++14 which is guaranteed to have `type_traits`. PiperOrigin-RevId: 359331315 Change-Id: Iaa833060175832829f2e0a842cd9a5df67906b27
This commit is contained in:
parent
61e0a79713
commit
6e75b89e47
1
third_party/eigen3/eigen_archive.BUILD
vendored
1
third_party/eigen3/eigen_archive.BUILD
vendored
@ -44,7 +44,6 @@ cc_library(
|
||||
# code. We use it, but we do not rely on it, as evidenced above.
|
||||
"EIGEN_MPL2_ONLY",
|
||||
"EIGEN_MAX_ALIGN_BYTES=64",
|
||||
"EIGEN_HAS_TYPE_TRAITS=0",
|
||||
],
|
||||
includes = ["."],
|
||||
visibility = ["//visibility:public"],
|
||||
|
Loading…
Reference in New Issue
Block a user