Skip to content

[cleanup] Simplify variadic PowerNode constructors

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

Get rid of helper structs (used to traverse an array) and use less indirection. Instead of assigning individual entries, the array is now assigned as a whole.

Merge request reports