http://d.puremagic.com/issues/show_bug.cgi?id=4397
Christian Kamm <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kamm-removet...@incasoftwar | |e.de --- Comment #10 from Christian Kamm <[email protected]> 2010-07-29 07:40:11 PDT --- The main problem from my point of view is that this fails: struct X { int[] a; } const cX = X([1,2]); void main() { assert(cX.a.ptr is cX.a.ptr); } Which is an issue very similar to bug 2526 . -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
