When perform exact-qualifier-match template argument deduction,
authorJohn McCall <rjmccall@apple.com>
Sat, 28 Aug 2010 22:14:41 +0000 (22:14 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 28 Aug 2010 22:14:41 +0000 (22:14 +0000)
commitcd05e81e2e2640a0a0097658c660afc6c8a9f4fd
tree46e0cbd1bffb06dd423ae31e0c0e1109fd0004c2
parent67d22fb57ecccd29ea9c8ec004f63dc356cd477d
When perform exact-qualifier-match template argument deduction,
properly account for the possibility that certain opaque types
might be more qualified than they appear.  Fixes PR7708.

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