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

Add workaround for Clang/Catch2/libstdc++ issue #1446

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

vasama
Copy link
Contributor

@vasama vasama commented Dec 12, 2024

Catch2 CHECKs involving tuples fail on Clang with libstdc++ when using C++23 mode, which enables new tuple comparisons operators.

See this Clang issue: llvm/llvm-project#113087

Copy link

copy-pr-bot bot commented Dec 12, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@vasama vasama force-pushed the catch-clang-workaround branch from 71ab260 to b39e04f Compare December 12, 2024 10:40
@ericniebler
Copy link
Collaborator

/ok to test

@ericniebler ericniebler merged commit c15f2e0 into NVIDIA:main Dec 16, 2024
18 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