Skip to content

Replace std::binary_function usage with a lambda

Volker Krause requested to merge work/remove-binary-function-use into master

std::binary_function is removed in C++17, and the lambda is perfectly fine here.

Merge request reports