Skip to content

Replace bind and mem fn with lambda

Gerhard Raven requested to merge replace-bind-mem_fn into master

bind and mem_fn make it impossible to inline -- so replace with lambdas

Merge request reports