Remove deprecated constructs std::unary_function and std::binary_function

Issue #143 closed
Former user created an issue

As of C++11 the std::unary_function and std::binary_function constructs were deprecated. As of C++17, they have been removed.

They only occur in moab/Interface.hpp to define type_equals and type_not_equals.

There are tips on the web for circumventing this, e.g. here

This will prevent compilation in C++17 and newer standards.

Comments (2)

  1. Log in to comment