[libcxx-commits] [PATCH] D112743: [libc++] Mark LWG3211 as complete: default constructor of tuple<> should be trivial
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 28 12:03:18 PDT 2021
Mordante accepted this revision.
Mordante added a comment.
One minor nit, other than that LGTM!
================
Comment at: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/empty_tuple_trivial.compile.pass.cpp:17
int main(int, char**) {
return 0;
----------------
Since it's compilation only `main` can be removed.
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