Thread overview
Garbage Collection page
Aug 10, 2006
Reiner Pope
Aug 10, 2006
Reiner Pope
Aug 11, 2006
Walter Bright
August 10, 2006
'Do not misaligned pointers if those pointers may point into the gc heap, such as'

I think this should read:

'Do not /misalign/ pointers if those pointers may point into the gc heap, such as'
August 10, 2006
Reiner Pope wrote:
> 'Do not misaligned pointers if those pointers may point into the gc heap, such as'
> 
> I think this should read:
> 
> 'Do not /misalign/ pointers if those pointers may point into the gc heap, such as'
I was referring to the Garbage Collection page in the D specs.
August 11, 2006
Got it, thanks.