Skip to content

Avoid using std::is_same_v in the public header.#84

Merged
niklas-uhl merged 1 commit intomainfrom
fix/83
Nov 24, 2025
Merged

Avoid using std::is_same_v in the public header.#84
niklas-uhl merged 1 commit intomainfrom
fix/83

Conversation

@niklas-uhl
Copy link
Collaborator

This is a C++17 feature, but we do not propagate C+17 to dependencies.

This closes #83.

This is a C++17 feature, but we do not propagate C+17 to dependencies.

This closes #83.
@niklas-uhl niklas-uhl merged commit e00a227 into main Nov 24, 2025
4 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.

The public KaGen header requires C++17, but does not propagate this requirement in CMake.

2 participants