bcraig added a subscriber: bcraig.
bcraig added a comment.

I don't believe this is a libcxx bug, but it is a bug in the test code.  
oss.str(); isn't required to return a null terminated string.  std::cout << 
(char *) requires a null terminated string though.


http://reviews.llvm.org/D20334



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

Reply via email to