mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Workaround compilation issue with MSVC<=2013
This commit is contained in:
parent
213bd0253a
commit
27c56bf60f
@ -132,9 +132,9 @@ struct Assignment<DstXprType, SrcXprType, Functor, Sparse2Sparse, Scalar>
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Sparse to Dense assignment
|
// Generic Sparse to Dense assignment
|
||||||
template< typename DstXprType, typename SrcXprType, typename Functor>
|
template< typename DstXprType, typename SrcXprType, typename Functor, typename Scalar>
|
||||||
struct Assignment<DstXprType, SrcXprType, Functor, Sparse2Dense>
|
struct Assignment<DstXprType, SrcXprType, Functor, Sparse2Dense, Scalar>
|
||||||
{
|
{
|
||||||
typedef typename DstXprType::Scalar Scalar;
|
typedef typename DstXprType::Scalar Scalar;
|
||||||
static void run(DstXprType &dst, const SrcXprType &src, const Functor &func)
|
static void run(DstXprType &dst, const SrcXprType &src, const Functor &func)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user