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

Richard Smith <[email protected]> changed:

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

--- Comment #1 from Richard Smith <[email protected]> ---
Per P0136R1, there is an implicit conversion from B to A -- you can construct a
Master from a B, so you can construct an A from a B.

GCC trunk also implements P0136R1, and also rejects this due to the ambiguity.

-- 
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