mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 17:33:15 +08:00
Fixed language issue.
This commit is contained in:
parent
2b7b549e9e
commit
56e585efcc
@ -47,7 +47,7 @@
|
|||||||
template<typename BinaryOp, typename Lhs, typename Rhs>
|
template<typename BinaryOp, typename Lhs, typename Rhs>
|
||||||
struct ei_traits<CwiseBinaryOp<BinaryOp, Lhs, Rhs> >
|
struct ei_traits<CwiseBinaryOp<BinaryOp, Lhs, Rhs> >
|
||||||
{
|
{
|
||||||
// we must not inherit from ei_traits<Lhs> since it incurrs
|
// we must not inherit from ei_traits<Lhs> since it has
|
||||||
// the potential to cause problems with MSVC
|
// the potential to cause problems with MSVC
|
||||||
typedef typename ei_cleantype<Lhs>::type Ancestor;
|
typedef typename ei_cleantype<Lhs>::type Ancestor;
|
||||||
typedef typename ei_traits<Ancestor>::XprKind XprKind;
|
typedef typename ei_traits<Ancestor>::XprKind XprKind;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user