deepankarsharma / perspective

Apache License 2.0
2 stars 2 forks source link

Fixed Perspective compilation #41

Closed ronen25 closed 1 year ago

ronen25 commented 1 year ago

There were some compilation issues because std::binary_function and friends were removed in C++17. This MR replaces those.