[libcxx-commits] [PATCH] D80790: [libc++] Remove redundant empty specialization in std::array
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 29 09:46:02 PDT 2020
EricWF requested changes to this revision.
EricWF added a comment.
This revision now requires changes to proceed.
Why is this code an improvement?
First, it causes substantially fewer misuses of `array<T, 0>` to be caught.
It admits for all sorts of out-of-bounds memory accesses that weren't possible before.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80790/new/
https://reviews.llvm.org/D80790
More information about the libcxx-commits
mailing list