Skip to content

[!71] Make TreePath<i...> an alias for HybridTreePath<index_constant<i>...>

Christian Engwer requested to merge cherry-pick-420fc82d into cherry-pick-b6efcad8

Merge branch 'feature/merge-treepath-classes' into 'master'

ref:staging/dune-typetree> This removed the explicit implementation of TreePath<i...> and makes it an alias for HybridTreePath<index_constant...>. While it is intended that TreePath is completely removed, there might be incompatibility issues if downstream modules switch to HybridTreePath but their users still use TreePath. Such issues should be avoided by this patch.

See merge request staging/dune-typetree!71

(cherry picked from commit 420fc82d)

6aa09b51 Make TreePath<i...> an alias for HybridTreePath<index_constant...>

Merge request reports