mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
delete shadowed typedefs
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
a962a27594
commit
b334910700
@@ -70,7 +70,7 @@ struct get_compile_time_incr {
|
||||
template <typename T>
|
||||
constexpr Index get_runtime_incr(const T&) EIGEN_NOEXCEPT {
|
||||
return Index(1);
|
||||
};
|
||||
}
|
||||
|
||||
// Analogue of std::get<0>(x), but tailored for our needs.
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user