Skip to content

[XPTI] Don't define macro with reserved name #15722

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

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

ldrumm
Copy link
Contributor

@ldrumm ldrumm commented Oct 16, 2024

__XPTI_INSERT_IF_MSVC is a reserved name. Additionally this macro was only used once, right next to some gcc and clang conditional inclusion of a similar form, so it makes sense to just delete the definition and expand the use.

__XPTI_INSERT_IF_MSVC is a reserved name. Additionally this macro was
only used once, right next to some gcc and clang conditional inclusion
of a similar form, so it makes sense to just delete the definition and
expand the use.
@ldrumm ldrumm requested a review from a team as a code owner October 16, 2024 14:06
@ldrumm ldrumm requested a review from bso-intel October 16, 2024 14:06
@ldrumm
Copy link
Contributor Author

ldrumm commented Oct 22, 2024

@bso-intel ping

1 similar comment
@ldrumm
Copy link
Contributor Author

ldrumm commented Oct 31, 2024

@bso-intel ping

@ldrumm ldrumm merged commit 2f9db35 into intel:sycl Dec 3, 2024
13 checks passed
@ldrumm ldrumm deleted the xpti-no-reserved-names branch December 3, 2024 15:45
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.

2 participants