Skip to content
GitLab
Explore
Sign in
Replace std::binary_function usage with a lambda
Code
Review changes
Check out branch
Download
Patches
Plain diff
Volker Krause
requested to merge
work/remove-binary-function-use
into
master
Apr 17, 2021
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
std::binary_function is removed in C++17, and the lambda is perfectly fine here.
Merge request reports
Loading