Skip to content

Static treepath

Christian Engwer requested to merge static-treepath into master

We introduce an alias StaticTreePath<i,...> referring to the corresponding HybridTreePath<integral_constant<i>,...>.

The old (superseeded) static TreePath<i,...> is now deprecated and will be removed after 2.7.

The StaticTreePath will stay as a convenience alias.

(related to #10)

Edited by Carsten Gräser

Merge request reports