[cleanup]Simplify ISTLMatrixBackend entry access by multi-indices
Compare changes
- Carsten Gräser authored
Capturing structured bindings by reference is not allowed before C++20. Here we can instead capture by value as a work around, because the shifted indices are thin wrappers.
@@ -86,7 +86,9 @@ namespace Impl {
@@ -94,7 +96,9 @@ namespace Impl {
@@ -104,7 +108,9 @@ namespace Impl {