[PATCH] D60069: Declare std::tuple_element as struct instead of class

Jan Wilken Dörrie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 1 09:37:45 PDT 2019


jdoerrie added a comment.

In D60069#1449979 <https://reviews.llvm.org/D60069#1449979>, @mclow.lists wrote:

> I'm less enthusiastic about this change than the one for PR39871, because there we were being inconsistent with ourselves.
>  However, my lack of enthusiasm is no reason not to land this.


Thank you for accepting. I understand your point, but you could argue that this change fixes a inconsistency between `tuple_size` and `tuple_element`. As I don't think I have commit access, could one of you commit this change for me?


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

https://reviews.llvm.org/D60069





More information about the cfe-commits mailing list