mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-28 15:58:57 -04:00
![]() 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 |
||
---|---|---|
.. | ||
tuple.apply | ||
tuple.assign | ||
tuple.cnstr | ||
tuple.creation | ||
tuple.elem | ||
tuple.helper | ||
tuple.rel | ||
tuple.special | ||
tuple.swap | ||
tuple.traits | ||
alloc_first.h | ||
alloc_last.h | ||
empty_member.pass.cpp | ||
TupleFunction.pass.cpp |