Skip to content

String move constructor and move assignment don't move #6260

Open
@leg0

Description

@leg0

The String::String(String&&) and String::operator=(String&&) do not perform expected operation i.e. they don't move, but instead they copy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: CoreRelated to the code for the standard Arduino APIPrint and Stream classThe Arduino core library's Print and Stream classesType: Bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions