tcanens added inline comments.

================
Comment at: include/string:2673
@@ -2654,1 +2672,3 @@
+       basic_string __temp (__first, __last, __alloc());
+       append(__temp.begin(), __temp.end());
     return *this;
----------------
Likewise - should probably be `append(__temp.data(), __temp.size());`.


http://reviews.llvm.org/D15862



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to