mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
patch from Stjepan Rajko (MSVC fix in RotationBase)
This commit is contained in:
parent
093e3cd5b5
commit
2c78ca62a6
@ -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()); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user