Remove using std::binary_function
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
Activity
Please register or sign in to reply