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

Delete uses of ATOMIC_VAR_INIT. #412

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

thomasvl
Copy link
Member

This change is a no-op, as this macro has always simply expanded to its argument. It was therefore deprecated in C17 and C++20, and has now been deleted in C23.

This change is a no-op, as this macro has always simply expanded to its
argument. It was therefore deprecated in C17 and C++20, and has now been deleted
in C23.
@thomasvl thomasvl merged commit f5fb764 into google:main Oct 11, 2024
21 checks passed
@thomasvl thomasvl deleted the atomic_tweak branch October 11, 2024 16:25
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.

1 participant