mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Suppress stupid gcc-4.4 warning
This commit is contained in:
parent
72569f17ec
commit
de0d8a010e
@ -18,7 +18,7 @@ bool SparseMatrixBase<Derived>::isApprox(const SparseMatrixBase<OtherDerived>& o
|
||||
{
|
||||
using std::min;
|
||||
const typename internal::nested_eval<Derived,2,PlainObject>::type actualA(derived());
|
||||
typename internal::conditional<IsRowMajor==OtherDerived::IsRowMajor,
|
||||
typename internal::conditional<bool(IsRowMajor)==bool(OtherDerived::IsRowMajor),
|
||||
const typename internal::nested_eval<OtherDerived,2,PlainObject>::type,
|
||||
const PlainObject>::type actualB(other.derived());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user