Skip to content

Remove using std::binary_function

Khem Raj requested to merge kraj/apt:main into main

std::binary_function and std::unary_function are deprecated since c++11 and removed in c++17, therefore remove it and use lambda functions to get same functionality implemented.

Signed-off-by: Khem Raj raj.khem@gmail.com

Merge request reports

Loading