mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-30 15:54:13 +08:00
Avoided unnecessary type conversion
This commit is contained in:
parent
7fe704596a
commit
67b2c41f30
@ -33,7 +33,7 @@ namespace Eigen {
|
||||
namespace internal {
|
||||
|
||||
template<std::size_t n, typename Dimension> struct dget {
|
||||
static const std::size_t value = get<n, Dimension>::value;
|
||||
static const std::ptrdiff_t value = get<n, Dimension>::value;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user