]> granicus.if.org Git - clang/commit
Implement the rvalue-reference deduction transformation (from T&& ->
authorDouglas Gregor <dgregor@apple.com>
Tue, 25 Jan 2011 17:19:08 +0000 (17:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 25 Jan 2011 17:19:08 +0000 (17:19 +0000)
commit73b3cf6503f72f054288cf474e1a8c8ae56383c2
tree792f250e7d9bf62c7592c3b9cb615f348dabe64a
parent88b22a432549e315662f96abe148923c921970cb
Implement the rvalue-reference deduction transformation (from T&& ->
T) when taking the address of an overloaded function or matching a
specialization to a template (C++0x [temp.deduct.type]p10). Fixes
PR9044.

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