On Feb 12, 2007, at 3:27 PM, der Mouse wrote:
> Will be able to contain a pointer, sure. But not
necessarily, will be
> at least as strictly aligned as a pointer.
You're completely wrong on this one. intmax_t is by
definition at
least as large and at least as alignment-strict as intptr_t,
which in
turn is by definition at least as large and at least as
alignment-
strict as a pointer.
-- thorpej
|