This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e22af6b Implement the last bit of P0031: 'A Proposal to Add Constexpr [...] new 06a0feb [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__tuple | 39 +++--- test/libcxx/test/config.py | 6 +- .../tuple.tuple/tuple.helper/tuple_size.pass.cpp | 18 --- .../tuple.helper/tuple_size_incomplete.fail.cpp | 63 ++++++++++ .../tuple.helper/tuple_size_incomplete.pass.cpp | 67 ++++++++++ .../tuple_size_structured_bindings.pass.cpp | 138 +++++++++++++++++++++ ...e.pass.cpp => tuple_size_value_sfinae.pass.cpp} | 25 +--- 7 files changed, 297 insertions(+), 59 deletions(-) create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_in [...] create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_in [...] create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_st [...] copy test/std/utilities/tuple/tuple.tuple/tuple.helper/{tuple_size.pass.cpp => tup [...]