Replace std::binary_function usage with a lambda
std::binary_function is removed in C++17, and the lambda is perfectly fine here.
Please register or sign in to comment
std::binary_function is removed in C++17, and the lambda is perfectly fine here.