eehlers / QuantLibAddin-Old

8 stars 17 forks source link

Remove std::binary_function dependency #25

Open CayOest opened 3 years ago

CayOest commented 3 years ago

Good evening!

I am moving our QL + OH + QLAddin to C++17. It seems that std::binary_function (https://en.cppreference.com/w/cpp/utility/functional/binary_function) used in oh/iless.hpp is deprecated since C++11 and deleted since C++17.

Would it be possible to remove the inheritance from the official code as well?

Thanks and kind regards!

Cay