[libcxx-commits] [PATCH] D96523: [libc++] Rewrite the tuple constructors to be strictly Standards conforming

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 11 09:42:57 PST 2021


ldionne added subscribers: zoecarver, CaseyCarter, arthur.j.odwyer, EricWF, curdeius.
ldionne added a comment.

I would love to have some eyes on this. I know it's a nasty patch with a lot of metaprogramming, but I'd like to get some opinions on:

1. The correctness of the change
2. What people think about removing those extensions
3. Anything else reviewers want to talk about :-)

Pinging a few people that might be interested by this: @CaseyCarter @arthur.j.odwyer @curdeius @zoecarver @EricWF (not exhaustive)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96523



More information about the libcxx-commits mailing list