Skip to content

Fix compilation failures on constexpr matrices with GCC 14

DenseBase must have a trivial default constructor. constexpr DenseBase() {} is not sufficient.

Merge request reports