Skip to content

🐛 Fix pragma usage for turning of C++26 extensions warning#214

Merged
lukevalenty merged 1 commit intointel:mainfrom
elbeno:fix-pragmas
Apr 3, 2025
Merged

🐛 Fix pragma usage for turning of C++26 extensions warning#214
lukevalenty merged 1 commit intointel:mainfrom
elbeno:fix-pragmas

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Apr 3, 2025

Problem:

  • Using STDX_PRAGMA outside the STATIC_ASSERT macro doesn't apply to its contents.

Solution:

  • Use STDX_PRAGMA inside the macro.

Problem:
- Using `STDX_PRAGMA` outside the `STATIC_ASSERT` macro doesn't apply to its
  contents.

Solution:
- Use `STDX_PRAGMA` inside the macro.
@lukevalenty lukevalenty merged commit 7e1cbc7 into intel:main Apr 3, 2025
40 checks passed
@elbeno elbeno deleted the fix-pragmas branch April 3, 2025 14:29
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