Skip to content

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Nov 21, 2025

Problem:

  • ct_capacity can occur at runtime even though it is always decidable at compile-time.
  • There are some conversion warnings in the freestanding fmt code.

Solution:

  • Mark ct_capacity consteval.
  • Silence the conversion warnings.

Problem:
- `ct_capacity` can occur at runtime even though it is always decidable at
  compile-time.
- There are some conversion warnings in the freestanding `fmt` code.

Solution:
- Mark `ct_capacity` `consteval`.
- Silence the conversion warnings.
@elbeno elbeno merged commit 954a2fa into intel:main Nov 21, 2025
93 of 96 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.

5 participants