Skip to content

Make HybridTreePath utilities constexpr

Carsten Gräser requested to merge feature/constexpr-hybridtreepath into master

While the member functions of HybridTreePath are were already constexpr this was not the case for all utility functions for HybridTreePath. This avoided constexpr successive construction.

Merge request reports