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. llvm-svn: 124197
Loading
Please register or sign in to comment