RosettaCommons / binder

Binder, tool for automatic generation of Python bindings
MIT License
321 stars 66 forks source link

Support for operator < and operator > #106

Open ashhasthantra opened 4 years ago

ashhasthantra commented 4 years ago

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 commented 4 years ago

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