Skip to content

[decoupled] increase flexibility of some functions

Beatrix Becker requested to merge feature/generalize-decoupled into master

The calls to several functions are hardwired to the base class. By using asImp, some of those calls are now forwarded to the derived class, if applicable.

Merge request reports