Skip to content

self-move Warning Flagged as Error by Trixie Compiler #6834

@fixindan

Description

@fixindan

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

No one assigned

    Labels

    customer-reportedIssues 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.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions