Skip to content

🐛 Fix STATIC_ASSERT in non-local context#295

Merged
lukevalenty merged 1 commit intointel:mainfrom
elbeno:fix-static-assert
Nov 4, 2025
Merged

🐛 Fix STATIC_ASSERT in non-local context#295
lukevalenty merged 1 commit intointel:mainfrom
elbeno:fix-static-assert

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Nov 4, 2025

Problem:

  • The lambda used in STATIC_ASSERT has a default capture spec, which is not allowed in non-local contexts.

Solution:

  • Remove the capture spec. It's not needed.

Problem:
- The lambda used in `STATIC_ASSERT` has a default capture spec, which is not
  allowed in non-local contexts.

Solution:
- Remove the capture spec. It's not needed.
@lukevalenty lukevalenty merged commit a1ae0b4 into intel:main Nov 4, 2025
50 checks passed
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