-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Query/Question
In sdk/tables/azure-data-tables/src/table_clients.cpp on line 402 there is this line of code:
response.RawResponse = std::move(response.RawResponse);
which Debian Trixie compiler identified as a self-move warning that's then flagged as an error.
Why is this not a Bug or a feature Request?
The line of code in question doesn't seem to do anything. Is this a bug or does this line of code actually serve a purpose? If it does serve a purpose, can it be done in a different way so the Debian Trixie compiler can compile this code to completion?
Thank you,
Metadata
Metadata
Assignees
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that