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

Support for operator < and operator > #106

Open
ashhasthantra opened this issue May 18, 2020 · 1 comment
Open

Support for operator < and operator > #106

ashhasthantra opened this issue May 18, 2020 · 1 comment

Comments

@ashhasthantra
Copy link

Currently, cpp_python_operator_map source/function.cpp doesn't include operator < and operator >. My C++ code base provides operator overloading for < and >.
Having them as part of the cpp_python_operator_map list would be really helpful.

Can you please provide support for operator < and operator > overloading?

Thanks.

@lczech
Copy link

lczech commented May 18, 2020

Probably, this should also include other comparison operators as well: <= and >=?!

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

2 participants