[LLVMbugs] [Bug 14033] clang++ fails to find ambiguity between two overloads, `const T&` and `T&&` (both would accept an rvalue)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Oct 5 17:29:45 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=14033

Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sharparrow1 at yahoo.com
         Resolution|                            |INVALID

--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> 2012-10-05 19:29:45 CDT ---
clang is behaving correctly; see [temp.deduct.partial]p9 in the C++11 standard.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list