[PATCH] D55466: Change `tuple_size` from a `class` to a `struct` (see PR#39871)

Marshall Clow via Phabricator reviews at reviews.llvm.org
Mon Jan 7 07:32:40 PST 2019


mclow.lists added a comment.

Oh, look, this is https://github.com/cplusplus/draft/issues/534, where JW wrote:

> Compilers do not compile the standard, they compile headers that come with their implementation. The implementation headers can use whatever class-keys they want to, they don't have to match the standard, and changing the standard doesn't mean implementations will change.

I say commit this.


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

https://reviews.llvm.org/D55466





More information about the libcxx-commits mailing list