Fixed language issue.

This commit is contained in:
Hauke Heibel 2010-06-09 17:20:31 +02:00
parent 2b7b549e9e
commit 56e585efcc

View File

@ -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;