mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-04 04:05:19 +08:00
Fix ivcSize return type in IndexedViewMethods.h
This commit is contained in:
parent
3791ac8a1a
commit
15ac3765c4
@ -37,7 +37,7 @@ inline IvcColType<Indices> ivcCol(const Indices& indices) const {
|
||||
}
|
||||
|
||||
template <typename Indices>
|
||||
inline IvcColType<Indices> ivcSize(const Indices& indices) const {
|
||||
inline IvcType<Indices> ivcSize(const Indices& indices) const {
|
||||
return internal::makeIndexedViewCompatible(
|
||||
indices, internal::variable_if_dynamic<Index, SizeAtCompileTime>(derived().size()), Specialized);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user