Skip to content

Remove space in UDL definition #448

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

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

timwoj
Copy link
Member

@timwoj timwoj commented Feb 17, 2025

Clang 18 added the -Wdeprecated-literal-operator warning for spaces in user-defined literal function definitions. Clang 20 turns it on by default and it's very noisy about it. We're already doing it the correct way in a couple of places, but this one was missed. There's also a few that could be fixed in CAF.

@Neverlord Neverlord merged commit e8ba295 into master Feb 20, 2025
19 checks passed
@Neverlord Neverlord deleted the topic/timw/remove-space-in-udl-definition branch February 20, 2025 12:18
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