[libcxx-commits] [PATCH] D80821: [libc++] Fix issues with the triviality of std::array

Michael Schellenberger Costa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 29 12:33:36 PDT 2020


miscco added a comment.

I think this is the "least worse" solution to the mess that is array<T, 0>.

Adding additional implementation complexity for something the is impossible to actually use and only remotely relevant for meta programming is IMHO hardly justified.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80821/new/

https://reviews.llvm.org/D80821





More information about the libcxx-commits mailing list