Skip to content
  • Carsten Gräser's avatar
    [backport to 2.6] Transform TypeTree::TreePath<...> to a container. · 1b3e9f6d
    Carsten Gräser authored
    In 2.6 dune-typetree either provides static or dynamic
    tree paths during traversal. Here we require statically sized
    tree paths, which may be on the type Dune::TypeTree::TreePath<...>.
    Unfortunately this does not behave like a container. As a
    workaround we copy this to a Dune::TupleVector which provides
    the same static information by a container-like interface.
    1b3e9f6d