Skip to content

String::operator= should return a reference to "this"

Hanif Ariffin requested to merge github/fork/hbina/copy_ass_string into master

Avoids copying and I am pretty sure a user would expect a and b of const String& a = b to have the same address.

Merge request reports