mtholder / ncl

Nexus Class Library
GNU General Public License v2.0
8 stars 16 forks source link

remove inheritance from std::binary_function #24

Closed mbrazeau closed 1 year ago

mbrazeau commented 1 year ago

This no longer seems to be needed and creates problems building with c++17 or higher. It has been deprecated since c++11. I ran the tests (thanks for updating to python3!) and all checks out and all my programs seem to work find. But you might still want to double-check.

mtholder commented 1 year ago

thanks