$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-12-12 11:30:55
> You sure about that, John? - last I heard, 32-bit pointers were 4
> bytes & 64-bit pointers were 8 bytes - or is this the Intel 4004
> cross-compiler :-)
:-)
I wasn't very clear was I? Each element in the array is a *pair* of
pointers, so yes the *pair* is 8 bytes if the pointers are 32-bits (2 x 4
byte pointers).
John.