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

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 1 08:50:09 PDT 2019


mclow.lists added a comment.

Did you check the places that inherit from  `tuple_element`? The public/private bits change between class and struct.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D60069





More information about the cfe-commits mailing list