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

Remove unusable std::unique_ptr case for SendableChooser #6357

Conversation

KangarooKoala
Copy link
Contributor

The std::unique_ptr case was added in #512, but it seems we never tested if std::unique_ptr can actually be used for SendableChooser, and as #5071 discusses, move-only types (which includes std::unique_ptr) aren't valid for SendableChooser.

@KangarooKoala KangarooKoala requested a review from a team as a code owner February 10, 2024 05:02
@PeterJohnson PeterJohnson merged commit 163f7ee into wpilibsuite:main Feb 10, 2024
25 checks passed
@KangarooKoala KangarooKoala deleted the remove-sendable-chooser-unwrap-unique-ptr branch February 10, 2024 18:43
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