> could you elaborate your opinion? I don't grasp what you are suggesting.

I'm saying that any containers would be better off using a typedef and not a
native type, and I'd really look long and hard at any use of int or long in
the entire public API.

Even if you want the container sizes to be implementation-defined (as
opposed to documented), it's best to make them opaque so people don't make
assumptions about the size based on a native type that they think they
understand (and in 64-bit land usually end up wrong about).

-- Scott



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to