Skip to content

Functors/Composite: require less template arguments to be specified

Gerhard Raven requested to merge remove-redundant-template-args into master

Move template arguments from struct to operator() so that the compiler can deduce them by itself.

Merge request reports