fix compilation with old, and future gcc

This commit is contained in:
Gael Guennebaud
2009-03-10 11:55:50 +00:00
parent 3e4307d8a8
commit 14691d6836
4 changed files with 98 additions and 104 deletions

View File

@@ -176,7 +176,7 @@ template<typename Derived> class MapBase
{
return Base::operator=(other);
}
using Base::operator*=;
template<typename OtherDerived>