]> granicus.if.org Git - clang/commit
Implement core issue 1164, which concerns the partial ordering of
authorDouglas Gregor <dgregor@apple.com>
Fri, 21 Jan 2011 17:29:42 +0000 (17:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 21 Jan 2011 17:29:42 +0000 (17:29 +0000)
commitb939a1987318f802fd25f89e15ae7d2423161cac
tree9c30a8f231e2a9fa5cae2380bb302a374717c519
parent71fdb354520178c2663f56f466f7abca538b877f
Implement core issue 1164, which concerns the partial ordering of
f(T&) and f(T&&).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123981 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/p9-0x.cpp [new file with mode: 0644]