June 24, 2009 [Issue 3090] New: is expressions do not support shared | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=3090 Summary: is expressions do not support shared Product: D Version: 2.030 Platform: Other URL: http://www.digitalmars.com/d/2.0/expression.html#IsExp ression OS/Version: Linux Status: NEW Keywords: spec Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: jason.james.house@gmail.com I'd like to be able to do things like is(T : shared) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 28, 2009 [Issue 3090] is expressions do not support shared | ||||
---|---|---|---|---|
| ||||
Posted in reply to jason.james.house@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=3090 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |INVALID --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2009-10-28 11:39:55 PDT --- You can do: is(T == shared) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation