sqlite_orm
sqlite_orm copied to clipboard
Operators should be in internal namespace
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 !