andrewprock / pokerstove

poker evaluation and enumeration software
BSD 3-Clause "New" or "Revised" License
806 stars 350 forks source link

rm usage of deprecated std::binary_function #80

Closed shindavid closed 1 year ago

shindavid commented 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).