mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Using operator*= is not required in MapBase. Since no other operator*= is present, none of the base class operator*='s may be hidden and all of them should be visible. As far as I was able to verify, this is not affecting GCC. This fixes #84.
This commit is contained in:
@@ -164,7 +164,6 @@ template<typename Derived, typename Base> class MapBase
|
||||
}
|
||||
|
||||
using Base::operator=;
|
||||
using Base::operator*=;
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user