Skip to content

[Edge] Use reference elements by value.

Jö Fahlke requested to merge fix/refelem-by-value-in-edge-elements into master

The reference elements are no longer supposed to be captured by const ref. So capture them by value instead.

Merge request reports