Re: Operations on all array elements => access to memory outside array

2012-07-17 Thread Daniel Murphy
"fded" wrote in message news:jjxlvtkcohzeseqbi...@forum.dlang.org... >I used: > > DMD32 D Compiler v2.059 > > on windows 7. > > On Monday, 16 July 2012 at 18:24:36 UTC, fded wrote: >> I tested this code: >> > [...] >> >> For information, I was testing how []+ were handling smaller array (e.g. >>

Re: opDispatch returning this not working in a hierarchy

2012-02-01 Thread Daniel Murphy
There are some issues with mixing opDispatch and property syntax. Try: base.items().printValue( true ); This list is not for posting bug reports, it's just for bugzilla issues. Please post this kind of thing to d.learn or open a bug report at http://d.puremagic.com/issues/ "Daniel L. Alves" w