Deal with dune/common/array.hh
- deprecates all of
dune/common/array.hh
- introduces
dune/common/filled_array.hh
withDune::filledArray<s, T>()
- redirect to
std::array
andDune::filledArray()
in the deprecation message.
Fixes: #13 (closed)
dune/common/array.hh
dune/common/filled_array.hh
with Dune::filledArray<s, T>()
std::array
and Dune::filledArray()
in the deprecation message.Fixes: #13 (closed)