mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-22 04:51:07 +08:00

, the right fix was made as part of the Dynamic -> -1 change, the bug was that in Map, the InnerStrideAtCompileTime could be 0, which doesn't make sense. The 0 value in Stride should not have been forwarded as-is.