sqlite_orm icon indicating copy to clipboard operation
sqlite_orm copied to clipboard

Operators should be in internal namespace

Open kiwixz opened this issue 2 years ago • 0 comments

Operators defined here should be in the internal namespace (the same one as expression) so they can be found by ADL. Or in the global namespace if you prefer.

Goldbolt if you want to play with it: https://godbolt.org/z/9ofP3rvd4.

Thanks for the awesome library !

kiwixz avatar Jun 03 '22 18:06 kiwixz