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

Some minor fixes for C++23 compilation errors. #8422

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

zvookin
Copy link
Member

@zvookin zvookin commented Sep 20, 2024

First is just a requirement that a template be declared before use. Second is removing volatile from non-reference return types.

First is just a requirement that a template be declared before
use. Second is removing volatile from non-reference return types.
Copy link
Contributor

@slomp slomp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zvookin zvookin merged commit 9a02890 into main Sep 23, 2024
17 of 19 checks passed
@zvookin zvookin deleted the cplusplus23_fixes branch September 23, 2024 21:52
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.

3 participants