Skip to content

Use lambdas instead of functors inside discrete functions

Marco Agnese requested to merge feature/use_lambdas_instead_of_functors into master

Using lambdas instead of functors the code is much more simple to read.

Merge request reports