-
- Downloads
Implement std::tuple_element for MultiTypeBlockVector and Matrix
Both behave like std::tuple, and currently even inherit from std::tuple. According to https://en.cppreference.com/w/cpp/utility/tuple_element we are allowed to specify std::tuple_element for our own types.
Showing
- CHANGELOG.md 3 additions, 0 deletionsCHANGELOG.md
- dune/istl/multitypeblockmatrix.hh 13 additions, 1 deletiondune/istl/multitypeblockmatrix.hh
- dune/istl/multitypeblockvector.hh 13 additions, 2 deletionsdune/istl/multitypeblockvector.hh
- dune/istl/test/multitypeblockmatrixtest.cc 19 additions, 0 deletionsdune/istl/test/multitypeblockmatrixtest.cc
- dune/istl/test/multitypeblockvectortest.cc 14 additions, 0 deletionsdune/istl/test/multitypeblockvectortest.cc
Loading
Please register or sign in to comment