arduino/ArduinoCore-API

String move constructor and assignment copy instead of move

leg0 opened this issue · 0 comments

leg0 commented

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