DMD 1.001 release

Walter Bright newshound at digitalmars.com
Tue Jan 23 20:34:50 PST 2007


Tomas Lindquist Olsen wrote:
> Fx: If I used std.file.read to read a file I get a GC allocated void[].
> It's not _that_ unlikely that some of the data could look like a
> pointer. But the GC will handle the block as if it could all be
> pointers as it is void[]. Is this correct?

Take a look at the source to std.file.read() <g>.



More information about the Digitalmars-d-announce mailing list