[libcxx-commits] [PATCH] D96523: [libc++] Rewrite the tuple constructors to be strictly Standards conforming
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 7 10:12:57 PDT 2021
EricWF added a comment.
There's another bug with SFINAE depth increases that's blowing up at Google.
I suspect we can get that back.
================
Comment at: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/test_lazy_sfinae.pass.cpp:22
-template <class ConstructFrom>
-struct ConstructibleFromT {
- ConstructibleFromT() = default;
----------------
Why were these tests deleted?
================
Comment at: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/tuple_array_template_depth.pass.cpp:1
-//===----------------------------------------------------------------------===//
-//
----------------
Why was this file deleted?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96523/new/
https://reviews.llvm.org/D96523
More information about the libcxx-commits
mailing list