Implement core issue 1164, which concerns the partial ordering of
commit2bd9bb0e6cf8cf57d0964512ef2d327d8d610171
authorDouglas Gregor <doug.gregor@gmail.com>
Fri, 21 Jan 2011 17:29:42 +0000 (21 17:29 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Fri, 21 Jan 2011 17:29:42 +0000 (21 17:29 +0000)
tree9c30a8f231e2a9fa5cae2380bb302a374717c519
parentfcc94dd57ce22044302a5eced3de3e4dcdd51c15
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]