bkramer added a subscriber: bkramer.
bkramer added a comment.

Won't this do the wrong thing for embedded '\0' in a std::string?

  std::string("hello\0world", 11).compare("hello")

should not return 0.


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