Thank you David... The code I copied that from looked like (!(ti.next.flags() & 1) ? BlkAttr.NO_SCAN : 0))
Missed that first ! (strange thing to have there anyways). -Steve ----- Original Message ---- > From: dsource.org <[email protected]> > To: [email protected] > Sent: Wed, September 8, 2010 5:18:13 PM > Subject: [phobos] phobos commit, revision 1973 > > phobos commit, revision 1973 > > > user: dsimcha > > msg: > Fix memory corruption bug in std.array caused by having GC block attributes >backwards. > > http://www.dsource.org/projects/phobos/changeset/1973 > > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos > _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
