Fix mdspan converting constructor
Compare changes
Files
2@@ -83,6 +83,11 @@ void test_accessor (Dune::TestSuite& testSuite, std::string name, const M& mappi
The converting constructor of Std::mdspan
had some errors, a mixup of element-type and layout-type. This MR fixes this and also adds a corresponding converting constructor test.