[Issue 10487] Bad error message with assignment of const tuple

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Apr 24 12:04:29 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=10487

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
The error is now:

-----
Error: template std.typecons.Tuple!int.Tuple.opAssign cannot deduce function
from argument types !()(Tuple!int) const,
candidates are:
... 
-----

--


More information about the Digitalmars-d-bugs mailing list