Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operators should be in internal namespace #1047

Closed
kiwixz opened this issue Jun 3, 2022 · 2 comments · Fixed by #1159
Closed

Operators should be in internal namespace #1047

kiwixz opened this issue Jun 3, 2022 · 2 comments · Fixed by #1159

Comments

@kiwixz
Copy link

kiwixz commented Jun 3, 2022

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 !

@trueqbit trueqbit linked a pull request Mar 18, 2023 that will close this issue
trueqbit added a commit that referenced this issue Mar 19, 2023
Operators should be in internal namespace
@fnc12
Copy link
Owner

fnc12 commented Mar 22, 2023

@kiwixz please check dev branch. It has to be fixed

@kiwixz
Copy link
Author

kiwixz commented Mar 22, 2023

Its fixed indeed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants