]> granicus.if.org Git - clang/commit
Per [temp.deduct.call], do not deduce an array bound of 0 from an empty initializer...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Jan 2017 04:16:30 +0000 (04:16 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Jan 2017 04:16:30 +0000 (04:16 +0000)
commit0738ab99fd30ec6658d5550a2d50409247a73090
treef4d9945833b50d6b4d2bb8faafeea38e42c09064
parentb98cb9531f4dd70133a4b17887a12d12b2c06663
Per [temp.deduct.call], do not deduce an array bound of 0 from an empty initializer list.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291075 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp
test/SemaTemplate/deduction.cpp