Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use std::conditional_t for better C++ compatibility #3183

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

chrisrichardson
Copy link
Contributor

Some compilers require typename with std::conditional<>::type. This should fix that problem.

@garth-wells garth-wells enabled auto-merge April 28, 2024 09:20
@garth-wells garth-wells added this pull request to the merge queue Apr 28, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 28, 2024
@garth-wells garth-wells added this pull request to the merge queue Apr 28, 2024
Merged via the queue into main with commit c4c64e1 Apr 28, 2024
23 checks passed
@garth-wells garth-wells deleted the chris/conditional_t branch April 28, 2024 10:22
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