part deux: make the abi of __basic_any compatible between c++17 and c++20 - #7405
Merged
ericniebler merged 1 commit intoJan 29, 2026
Merged
Conversation
Contributor
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
1 task
Contributor
Author
|
/ok to test 88a1c9a |
Contributor
🥳 CI Workflow Results🟩 Finished in 1h 21m: Pass: 100%/95 | Total: 1d 00h | Max: 1h 17m | Hits: 96%/246998See results here. |
bdice
approved these changes
Jan 29, 2026
bdice
left a comment
Contributor
There was a problem hiding this comment.
Thank you! I confirmed this is necessary and sufficient with some testing in rapidsai/rmm#2233.
miscco
approved these changes
Jan 29, 2026
github-actions Bot
pushed a commit
that referenced
this pull request
Jan 29, 2026
(cherry picked from commit 0d9331d)
Contributor
|
Successfully created backport PR for |
fbusato
pushed a commit
to fbusato/cccl
that referenced
this pull request
Feb 19, 2026
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
part 2 of #7401. @bdice confirms that this, in addition to #7401, fixes the ABI issue in RMM.
Checklist