Skip to content

[cleanup] Simplify CompositePreBasis

Carsten Gräser requested to merge feature/cleanup-compositeprebasis into master

This avoids several explicite tuple transformations by simply expanding an index_sequence in the new helper template Types. As a result code is much more readable and there are much fewer indirections.

Merge request reports