[Issue 6696] Error messages for const/immutable arrays given to immutable/const
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 20 18:18:42 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6696
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrej.mitrovich at gmail.com
Resolution| |FIXED
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-10-20 18:18:39 PDT ---
Only error now is:
Error: function test.foo (ref immutable(int[5u]) a) is not callable using
argument types (const(int[5u]))
line 7 is now allowed apparently.
--
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