mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-11-27 06:30:28 +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:
parent
ffaea1d995
commit
553fb31f7e
@ -164,7 +164,6 @@ template<typename Derived, typename Base> class MapBase
|
||||
}
|
||||
|
||||
using Base::operator=;
|
||||
using Base::operator*=;
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user