Skip to content

Make treepath functions more SFINAE friendly

Simon Praetorius requested to merge feature/sfinae-friendly-treepath into master

Summary

This MR conditionally enables front(), back() and element() for treepaths with "enough" elements to be meaningful.

Merge request reports