
11 Feb
2006
11 Feb
'06
9:31 p.m.
David Abrahams wrote:
"Robert Ramey" <ramey@rrsd.com> writes:
I was expecting to see your enhancements for arrays to get included and for collection_size (or whatever) to be part of this. I'm not sure what status of this is and/or if it conflicts with the recent feature freeze.
IMO the size_type change should be considered a bugfix, as it was not possible to portably serialize collections without it.
The change is not trivial. Using a size_t typedef means that program A can write an unsigned int and program B can read an unsigned long. This will appear to work at first because the serialization library doesn't include archives where this is significant. Yet.