mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
patch from Stjepan Rajko (MSVC fix in RotationBase)
This commit is contained in:
@@ -90,7 +90,7 @@ class RotationBase
|
|||||||
* - a vector of size Dim
|
* - a vector of size Dim
|
||||||
*/
|
*/
|
||||||
template<typename OtherDerived>
|
template<typename OtherDerived>
|
||||||
inline typename generic_product_selector<OtherDerived>::ReturnType
|
inline typename generic_product_selector<OtherDerived,OtherDerived::IsVectorAtCompileTime>::ReturnType
|
||||||
operator*(const MatrixBase<OtherDerived>& e) const
|
operator*(const MatrixBase<OtherDerived>& e) const
|
||||||
{ return generic_product_selector<OtherDerived>::run(derived(), e.derived()); }
|
{ return generic_product_selector<OtherDerived>::run(derived(), e.derived()); }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user