Remove unecesary copy constructor#82626
Conversation
🔗 Helpful links
✅ No Failures (15 Pending)As of commit 0fd990e (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D38221240 |
|
Thanks for contributing! |
|
@pytorchbot merge -g |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @skrobchik. |
|
@pytorchbot revert -m "This looks like its breaking trunk" -c landrace |
|
@pytorchbot successfully started a revert job. Check the current status here |
|
@skrobchik your PR has been successfully reverted. |
This reverts commit 714669e. Reverted #82626 on behalf of https://github.com/zengk95 due to This looks like its breaking trunk
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
0071476 to
0fd990e
Compare
Summary: This is deprecated and blocks compilation of this diff: D38221239 Pull Request resolved: #82626 Approved by: https://github.com/kit1980, https://github.com/osalpekar Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/714669e22dafde735ab683eee1f37baf7cd39879 Test plan from GitHub: `arc test diff` `maui install workvc` Check that call works Original Phabricator Test Plan: `arc test diff` `maui install workvc` Check that call works Reviewed By: kit1980, osalpekar Differential Revision: D38221240 Pulled By: skrobchik fbshipit-source-id: dfa3e91b284b069906d8a89989ab2307007e31de
Summary: This reverts commit 714669e. Reverted #82626 on behalf of https://github.com/zengk95 due to This looks like its breaking trunk Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/dba287ed116adf95d77c0908280b7f52e7a83be2 Reviewed By: kit1980 Differential Revision: D38394696 fbshipit-source-id: 73300f8a279bab11a0a76035893c9c5d5ff95d2a
Re-land of #82626 which somehow broke deploy build
Re-land of #82626 which somehow broke deploy build Fixes annoying warnings when building with clang: ``` ../c10/util/variant.h:2256:9: warning: definition of implicit copy constructor for 'impl<c10::Scalar, c10::basic_string_view<char>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] impl& operator=(const impl& other) = default; ^ ``` Preliminary step for switching MacOS builds to ones with `-Werror` Pull Request resolved: #83030 Approved by: https://github.com/kit1980, https://github.com/seemethere
Summary: Re-land of #82626 which somehow broke deploy build Fixes annoying warnings when building with clang: ``` ../c10/util/variant.h:2256:9: warning: definition of implicit copy constructor for 'impl<c10::Scalar, c10::basic_string_view<char>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] impl& operator=(const impl& other) = default; ^ ``` Preliminary step for switching MacOS builds to ones with `-Werror` Pull Request resolved: #83030 Approved by: https://github.com/kit1980, https://github.com/seemethere Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/c6bc766184cf149da21f959c19997bc93f3c1f4f Reviewed By: seemethere Differential Revision: D38542661 Pulled By: malfet fbshipit-source-id: 741e53dca2a3076337e947667e3dacca14832358
Summary: This is deprecated and blocks compilation of this diff: D38221239 Test Plan: `arc test diff` `maui install workvc` Check that call works Differential Revision: D38221240 Pull Request resolved: pytorch#82626 Approved by: https://github.com/kit1980, https://github.com/osalpekar
This reverts commit 7c58599. Reverted pytorch#82626 on behalf of https://github.com/zengk95 due to This looks like its breaking trunk
Re-land of pytorch#82626 which somehow broke deploy build Fixes annoying warnings when building with clang: ``` ../c10/util/variant.h:2256:9: warning: definition of implicit copy constructor for 'impl<c10::Scalar, c10::basic_string_view<char>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy] impl& operator=(const impl& other) = default; ^ ``` Preliminary step for switching MacOS builds to ones with `-Werror` Pull Request resolved: pytorch#83030 Approved by: https://github.com/kit1980, https://github.com/seemethere
Summary:
This is deprecated and blocks compilation of this diff:
D38221239
Test Plan:
arc test diffmaui install workvcCheck that call works
Differential Revision: D38221240