Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove std::binary_function dependency #25

Open
CayOest opened this issue Oct 18, 2021 · 0 comments
Open

Remove std::binary_function dependency #25

CayOest opened this issue Oct 18, 2021 · 0 comments

Comments

@CayOest
Copy link

CayOest commented Oct 18, 2021

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?

  • For instance, by some macro defined in ohdefines.hpp
  • Or by __cplusplus macro (This has been added to VS only recently, though).

Thanks and kind regards!

Cay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant