Skip to content

Autogen: Refactor std::bind calls to lambdas

Artur Ryt requested to merge R2RT/cmake:autogen-std-bind-to-lambdas into master

std::bind is commonly discouraged and much less readable than lambda.

Merge request reports