Skip to content

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

Carsten Gräser requested to merge feature/merge-treepath-classes into master

This removed the explicit implementation of TreePath<i...> and makes it an alias for HybridTreePath<index_constant<i>...>. 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.

Merge request reports