mclow.lists added a comment.

The first change LGTM. The second one needs to match it.


================
Comment at: include/string:3816
@@ -3808,2 +3815,3 @@
+    return __lhs.compare(0, _String::npos, __rhs, __rhs_len) == 0;
 }
 
----------------
You'll want to do the same as above here.


http://reviews.llvm.org/D12355



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

Reply via email to