Skip to content

Migrate ScalarTransformer to use CRTP

Gerhard Raven requested to merge migrate-scalar-transform-to-crtp into future

Replace use of generic scalar callable with CRTP , i.e. the derived class itself. This easier to use (no need to explicitly define a callable, which captures the derived class)

Merge request reports

Loading