Skip to content

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Oct 2, 2025

Problem:

  • function_traits uses std::function which is not available in freestanding implementations.

Solution:

  • Rewrite function_traits to avoid relying on std::function.

Note:

  • We do not deal with noexcept-qualified functions here.

elbeno added 3 commits October 2, 2025 14:09
Problem:
- Mermaid is updated upstream.

Solution:
- Apply the update here.
Problem:
- `function_traits` uses `std::function` which is not available in freestanding
  implementations.

Solution:
- Rewrite `function_traits` to avoid relying on `std::function`.

Note:
- We do not deal with `noexcept`-qualified functions here.
Problem:
- LLVM 21.1.3 changes some minor clang-format rules.

Solution:
- Reformat the affected code.
Copy link
Contributor

@lukevalenty lukevalenty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@lukevalenty lukevalenty merged commit 0a964c7 into intel:main Oct 6, 2025
48 checks passed
@elbeno elbeno deleted the freestanding-func-traits branch October 16, 2025 20:04
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