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:
@@ -268,7 +268,7 @@ template<typename _MatrixType, unsigned int _Mode> class TriangularView
|
||||
{ return Solve<TriangularView, Other>(*this, other.derived()); }
|
||||
|
||||
// workaround MSVC ICE
|
||||
#ifdef _MSC_VER
|
||||
#if EIGEN_COMP_MSVC
|
||||
template<int Side, typename Other>
|
||||
EIGEN_DEVICE_FUNC
|
||||
inline const internal::triangular_solve_retval<Side,TriangularView, Other>
|
||||
|
||||
Reference in New Issue
Block a user