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

[codemod] c10::optional -> std::optional in pytorch/audio/src/libtorio/ffmpeg/stream_reader/stream_processor.h +20 #3792

Merged
merged 1 commit into from
May 14, 2024

Conversation

r-barnes
Copy link
Contributor

Summary: c10::optional was switched to be std::optional after PyTorch moved to C++17. Let's eliminate c10::optional, if we can.

Reviewed By: albanD

Differential Revision: D57294285

…o/ffmpeg/stream_reader/stream_processor.h +20

Summary: `c10::optional` was switched to be `std::optional` after PyTorch moved to C++17. Let's eliminate `c10::optional`, if we can.

Reviewed By: albanD

Differential Revision: D57294285
@r-barnes r-barnes requested a review from a team as a code owner May 14, 2024 14:48
Copy link

pytorch-bot bot commented May 14, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/3792

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit c7782d0 with merge base ea437b3 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D57294285

facebook-github-bot pushed a commit to pytorch/csprng that referenced this pull request May 14, 2024
…tream_reader/stream_processor.h +20

Summary:
X-link: pytorch/audio#3792

`c10::optional` was switched to be `std::optional` after PyTorch moved to C++17. Let's eliminate `c10::optional`, if we can.

Reviewed By: albanD

Differential Revision: D57294285

fbshipit-source-id: b29f8f3d7ac8aee0546dcad71c1b0197278fa0e5
facebook-github-bot pushed a commit to mapillary/inplace_abn that referenced this pull request May 14, 2024
…tream_reader/stream_processor.h +20

Summary:
X-link: pytorch/audio#3792

`c10::optional` was switched to be `std::optional` after PyTorch moved to C++17. Let's eliminate `c10::optional`, if we can.

Reviewed By: albanD

Differential Revision: D57294285

fbshipit-source-id: b29f8f3d7ac8aee0546dcad71c1b0197278fa0e5
@facebook-github-bot facebook-github-bot merged commit b4407e0 into pytorch:main May 14, 2024
59 of 62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants