Don't allow an rvalue reference to bind to the result of a calling a
conversion function whose result type is an lvalue reference. The initialization code already handled this properly, but overload resolution was allowing the binding. Fixes PR11003 / <rdar://problem/10233078>. llvm-svn: 141137
Loading
Please register or sign in to comment