diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-04 22:38:46 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-04 22:38:46 +0000 |
commit | cb0d4df97490ec2d2b1cdf7574d26b1bc4063599 (patch) | |
tree | fd4068a1365b0db24e75a05549721732569b05ee /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | b44f0bfb3a14fa757f49cba64cf452a2eee969b9 (diff) | |
download | bcm5719-llvm-cb0d4df97490ec2d2b1cdf7574d26b1bc4063599.tar.gz bcm5719-llvm-cb0d4df97490ec2d2b1cdf7574d26b1bc4063599.zip |
[libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings
Summary:
This patch attempts to re-implement a fix for LWG 2770, but not the actual specified PR.
The PR for 2770 specifies tuple_size<T const> as only conditionally providing a `::value` member. However C++17 structured bindings require `tuple_size<T const>` to be complete only if `tuple_size<T>` is also complete. Therefore this patch implements only provides the specialization `tuple_size<T CV>` iff `tuple_size<T>` is a complete type.
This fixes http://llvm.org/PR31513.
Reviewers: mclow.lists, rsmith, mpark
Subscribers: mpark, cfe-commits
Differential Revision: https://reviews.llvm.org/D28222
llvm-svn: 291019
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions