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

Use C++17 deprecated attribute when supported #219

Merged
merged 6 commits into from
Nov 4, 2024
Merged

Conversation

walbourn
Copy link
Member

@walbourn walbourn commented Nov 1, 2024

XM_DEPRECATED macro already handled MSVC-like vs. GNU. It should use C++17 standard [[deprecated]] attribute for C++17 or later compilation for better conformance.

@walbourn walbourn self-assigned this Nov 1, 2024
@walbourn walbourn added the conformance Related to supporting non-MSVC compilers label Nov 1, 2024
@walbourn walbourn merged commit 938383e into main Nov 4, 2024
100 checks passed
@walbourn walbourn deleted the cpp17deprecated branch November 4, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Related to supporting non-MSVC compilers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants