[libcxx-commits] [PATCH] D65225: [libc++] Implement CTAD for std::tuple
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 8 09:34:15 PDT 2019
ldionne added a comment.
In D65225#1615460 <https://reviews.llvm.org/D65225#1615460>, @Quuxplusone wrote:
> The existing tests are missing any `deduct.fail.cpp`. I guess actually we don't expect `std::tuple t(random, args...)` to //ever// fail to compile; but maybe you can imagine a corner case that I haven't.
I can't think of anything either.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65225/new/
https://reviews.llvm.org/D65225
More information about the libcxx-commits
mailing list