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

Suffix-increment is deprecated on volatile variables in C++ #674

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

devreal
Copy link
Contributor

@devreal devreal commented Sep 17, 2024

Starting with C++20, suffix increment/decrement have been deprecated. The list header are consumed by C++ code (TTG) so let's play nice.

No performance impact.

Fixes #588

Starting with C++20, suffix increment/decrement have been deprecated.
The list header are consumed by C++ code (TTG) so let's play nice.

No performance impact.

Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
@devreal devreal requested a review from a team as a code owner September 17, 2024 15:16
@therault therault merged commit 1e09883 into ICLDisco:master Sep 17, 2024
4 checks passed
bosilca added a commit that referenced this pull request Sep 17, 2024
Signed-off-by: George Bosilca <gbosilca@nvidia.com>
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.

Increment on volatile variables in deprecated
3 participants