mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Use standard include syntax in Tensor module (<> for include-path and "" for relative path)
This commit is contained in:
@@ -183,7 +183,7 @@ template<typename FirstType, typename... OtherTypes> size_t array_prod(const Ind
|
||||
result *= sizes[i];
|
||||
}
|
||||
return result;
|
||||
};
|
||||
}
|
||||
|
||||
template<typename FirstType, typename... OtherTypes> struct array_size<IndexList<FirstType, OtherTypes...> > {
|
||||
static const size_t value = std::tuple_size<std::tuple<FirstType, OtherTypes...> >::value;
|
||||
|
||||
Reference in New Issue
Block a user