Skip to content

refactor(functors) consolidate ARGS and FORWARDARGS into single functor

Christoph Hasse requested to merge chasse_rework_args into master

On the python side we now have: FORWARDARGS, FORWARDARG0, FORWARDARG1, FORWARDARG2, which are all based on the same C++ functor.

Edited by Christoph Hasse

Merge request reports