[libcxx-commits] [PATCH] D148432: [libc++] Simplify the tuple constructor overload set
Jessica Clarke via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 5 09:20:28 PDT 2023
jrtc27 added a comment.
To clarify: what versions of GCC and Clang are required to compile this code? Whilst we can assume GCC and Clang, if this is in code paths used for old language versions, we need to be sure compilers that are supported today for those language versions continue to be able to #include this header without issue (unlike files used solely during the build of libc++ itself, where we can more aggressively require newer compilers).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148432/new/
https://reviews.llvm.org/D148432
More information about the libcxx-commits
mailing list