On Sun, 2002-11-24 at 23:22, Robert Ramey wrote:
> Hmmm - what I don't understand is how this would be different that calling
> 
> void basic_oarchive::write_array(void* p, size_t count)
> 
> Incidently, this would work for any kind of archive - not just the
> binary ones.

But then the serialized data becomes platform specific.  A platform with
a different endian-ness or a different double size or a different double
format could not load the data.

- Jeremy
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to