www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Garbage Collection page

reply Reiner Pope <reiner.pope REMOVE.THIS.gmail.com> writes:
'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'
Aug 10 2006
parent reply Reiner Pope <reiner.pope REMOVE.THIS.gmail.com> writes:
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.
Aug 10 2006
parent Walter Bright <newshound digitalmars.com> writes:
Got it, thanks.
Aug 11 2006