fix some compilation issues with clang (and hopefully bring eigen more

close to std ?)
This commit is contained in:
Thomas Capricelli
2010-05-21 01:39:33 +02:00
parent 17d080edf2
commit 2ab446695b
4 changed files with 10 additions and 9 deletions

View File

@@ -241,7 +241,7 @@ class DenseCoeffsBase<Derived, true> : public DenseCoeffsBase<Derived, false>
typedef DenseCoeffsBase<Derived, false> Base;
typedef typename ei_traits<Derived>::Scalar Scalar;
using Base::CoeffReturnType;
using typename Base::CoeffReturnType;
using Base::coeff;
using Base::rows;
using Base::cols;