[libcxx-commits] [PATCH] D112743: [libc++] Mark LWG3211 as complete: default constructor of tuple<> should be trivial

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 28 12:07:40 PDT 2021


jloser added inline comments.


================
Comment at: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/empty_tuple_trivial.compile.pass.cpp:17
 
 int main(int, char**) {
   return 0;
----------------
Mordante wrote:
> Since it's compilation only `main` can be removed.
Good call. I plan on rebasing once CI is fixed/green and then if if this is still green after rebasing, I'll remove the `main` and land this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112743



More information about the libcxx-commits mailing list