[PATCH] D12354: [libcxx] Add global assertion handler for debug mode.
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 21 17:59:21 PST 2016
EricWF added a comment.
In http://reviews.llvm.org/D12354#331776, @dexonsmith wrote:
> This patch looks correct to me. Is there any reason it wasn't committed?
I was concerned about using a function-local static in the library headers, I don't think libc++ does that anywhere else and I wanted to make sure it was safe to do.
http://reviews.llvm.org/D12354
More information about the cfe-commits
mailing list