digitalmars.D.bugs - [Issue 3501] New: "is null" comparison should be disallowed for fixed-size arrays
- d-bugmail puremagic.com Nov 13 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3501 Summary: "is null" comparison should be disallowed for fixed-size arrays Product: D Version: 2.036 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: samukha voliacable.com --- Comment #0 from Max Samukha <samukha voliacable.com> 2009-11-13 08:38:09 PST --- At least 'a is null' in the following example should not compile: void main() { int[3] a = null; a = null; if (a is null){} } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 13 2009








d-bugmail puremagic.com