binder icon indicating copy to clipboard operation
binder copied to clipboard

Support for operator < and operator >

Open ashhasthantra opened this issue 4 years ago • 1 comments

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.

ashhasthantra avatar May 18 '20 17:05 ashhasthantra

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

lczech avatar May 18 '20 20:05 lczech