Closed shindavid closed 1 year ago
In c++11 or later, classes that inherit from std::binary_function will just work if the inheritance is removed (see discussion here).
std::binary_function
In c++11 or later, classes that inherit from
std::binary_function
will just work if the inheritance is removed (see discussion here).