[Issue 10574] "auto ref" fails to match when IFTI succeeds (strip to level const)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 8 17:16:22 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10574
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at dawg.eu
--- Comment #2 from Martin Nowak <code at dawg.eu> 2013-07-08 17:16:21 PDT ---
Just an educated guess. The problem seems to be that the value is a L-value so
the signature becomes (ref T[]) which cannot match immutable(int[]).
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list