Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-03-01 07:47:20


From: "Rainer Deyke" <root_at_[hidden]>
> It is only necessary to support one standard format with conversions
> to/from native. In my personal serialization code I use 32 bit
> integers (and 32 bit long, 16 bit short, 8 bit char), big endian, 2s
> complement, and no floating point. My reasoning is as follows:

Same here, except that lsb_reader/lsb_writer use LSB and are able to read
std::vector<long> in a single fread() call on ix86.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk