try to fix a ICC 11.1 compiler error (bug #217)

This commit is contained in:
Benoit Jacob 2011-03-06 19:27:31 -05:00
parent c541d0a62e
commit b464fc19bc

View File

@ -85,6 +85,8 @@ template<typename Derived> class MapBase<Derived, ReadOnlyAccessors>
using Base::rowStride;
using Base::colStride;
// bug 217 - compile error on ICC 11.1
using Base::operator=;
typedef typename Base::CoeffReturnType CoeffReturnType;