digitalmars.D.bugs - [Issue 7654] New: Direct using of Rebindable!T doesn't work
- d-bugmail puremagic.com (22/22) Mar 06 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7654
- d-bugmail puremagic.com (10/10) Mar 06 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7654
http://d.puremagic.com/issues/show_bug.cgi?id=7654 Summary: Direct using of Rebindable!T doesn't work Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: k.hara.pg gmail.com --- Comment #0 from Kenji Hara <k.hara.pg gmail.com> 2012-03-06 03:38:12 PST --- void foo(immutable(char[]) s) { auto r1 = rebindable(s); // works as expected Rebindable!(typeof(s)) r2 = s; // doesn't work! } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 06 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7654 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kenji Hara <k.hara.pg gmail.com> 2012-03-06 03:51:53 PST --- https://github.com/D-Programming-Language/phobos/pull/480 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 06 2012