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

Remove whitespace after operator"" #39

Merged
merged 2 commits into from
Mar 13, 2025

Conversation

MichaelChirico
Copy link
Contributor

The space after "" is deprecated since it creates ambiguity with reserved _-initial names per:

https://en.cppreference.com/w/cpp/language/user_literal

This might start throwing compiler warnings under clang++-20.

@davidchall
Copy link
Owner

Thanks a lot for the PR, @MichaelChirico! FYI: I found a couple of other instances of this issue and pushed a commit to your branch.

@davidchall davidchall merged commit 985c220 into davidchall:master Mar 13, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants