]> granicus.if.org Git - clang/commit
[c++1z] P0490R0, NB comment GB 20: if std::tuple_size<T> is complete, use the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 8 Dec 2016 03:24:55 +0000 (03:24 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 8 Dec 2016 03:24:55 +0000 (03:24 +0000)
commit1c097ffb837a0472938a99f2ef48b03c69b0439d
treeebb6972e5d86e1b7602d7f95450d18e3e9471775
parent1f0155f24337194f4706f727db42f467244caa9e
[c++1z] P0490R0, NB comment GB 20: if std::tuple_size<T> is complete, use the
tuple-like interpretation of decomposition declaration even if there is no
::value member. We already did this, anticipating this resolution, just update
comments and tweak a testcase.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289021 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/CXX/dcl.decl/dcl.decomp/p3.cpp