Skip to content

WIP: Experimental replacement of typetree

Simon Praetorius requested to merge feature/new-typetree into master

Summary

This is an experiment to replace the old structures in dune-typetree with a new type-tree implementation more similar to the TreeContainer, i.e., a composition of std::array, std::tuple and std::vector.

See also dune-typetree!111

Edited by Simon Praetorius

Merge request reports