mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
typo
This commit is contained in:
parent
03febf00a0
commit
e82e30862a
@ -177,7 +177,7 @@ template<typename Derived> class MapBase
|
||||
// FIXME it seems VS does not allow to do "using Base::operator+="
|
||||
// and to overload operator+= at the same time, therefore we have to
|
||||
// explicitly add these two overloads.
|
||||
// Maye their exists a better solution though.
|
||||
// Maybe there exists a better solution though.
|
||||
template<typename ProductDerived, typename Lhs,typename Rhs>
|
||||
Derived& operator+=(const Flagged<ProductBase<ProductDerived,Lhs,Rhs>, 0, EvalBeforeNestingBit | EvalBeforeAssigningBit>& other)
|
||||
{ return Base::operator+=(other); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user