ThePhD / sol2

Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
http://sol2.rtfd.io/
MIT License
4.12k stars 500 forks source link

A possible typo in comparsion_operator_wrap #1440

Open niello opened 1 year ago

niello commented 1 year ago

Identical conditions: https://github.com/ThePhD/sol2/blob/develop/include/sol/stack_core.hpp#L1409-L1410

Shouldn't the second be something else?

criptych commented 1 year ago

Also (and what I thought the issue title referred to), there is a typo in the name itself; compar[si]()on_operator_wrap.