https://bugs.llvm.org/show_bug.cgi?id=38203

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <[email protected]> ---
This appears to be a GCC bug.

Both conversion functions are candidates for the initialization; the
non-deleted one is selected because it has a better conversion for its implicit
object parameter, by [over.match.best]/1.3, so we never reach
[over.match.best]/1.5 which would select the deleted function.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to