-
Notifications
You must be signed in to change notification settings - Fork 41
Fix Clang tidy errors #1011
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
Fix Clang tidy errors #1011
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Accidentally added .orig file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: Super(parent),
There remains a comma at the end of line.
Build fail on it.
| classes << age; | ||
| } | ||
| std::sort(classes.begin(), classes.end()); | ||
| std::ranges::sort(classes,); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra comma
Also on the lines 363, 434
And there is more ...
7af03b4 to
191ade2
Compare
191ade2 to
fb1e44a
Compare
fc7d93b to
b82ef20
Compare
b82ef20 to
73edb7b
Compare
No description provided.