mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively.
This commit is contained in:
@@ -473,7 +473,7 @@ public:
|
||||
return internal::transform_transform_product_impl<Transform,Transform>::run(*this,other);
|
||||
}
|
||||
|
||||
#ifdef __INTEL_COMPILER
|
||||
#if EIGEN_COMP_ICC
|
||||
private:
|
||||
// this intermediate structure permits to workaround a bug in ICC 11:
|
||||
// error: template instantiation resulted in unexpected function type of "Eigen::Transform<double, 3, 32, 0>
|
||||
|
||||
Reference in New Issue
Block a user