digitalmars.D.bugs - [Issue 9407] New: Typedef doesn't work with hashes
- d-bugmail puremagic.com (27/27) Jan 26 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9407
- d-bugmail puremagic.com (6/6) Jan 26 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9407
- d-bugmail puremagic.com (11/11) Feb 05 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9407
http://d.puremagic.com/issues/show_bug.cgi?id=9407 Summary: Typedef doesn't work with hashes Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: andrej.mitrovich gmail.com 15:36:49 PST --- import std.typecons; void main() { alias Typedef!string String; bool[String] m; String s; auto b = s in m; } D:\dmd-git\dmd2\windows\bin\..\..\src\phobos\std\typecons.d(2789): Error: cannot implicitly convert expression (this.Typedef_payload) of type string to Typedef!(string, null) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 26 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9407 15:41:17 PST --- Possibly a duplicate of Issue 8613. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 26 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9407 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE 08:46:20 PST --- *** This issue has been marked as a duplicate of issue 8613 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 05 2013