
18 Sep
2007
18 Sep
'07
3:12 p.m.
Chris Fairles wrote:
I wanted the ability to serialize to binary archives (over a socket) and xml archives (file) without writing code for the two cases (nvp w/xml and no-nvp with non-xml).
The library as it stands now permits this. I don't see any functional difference between the code you post and that in the library in the beginning. The implemenation in the library is different as I didn't wanted to permit its usage with compilers which have broken implemenations of partial function template ordering - but as far as I can see it does the same thing. Robert Ramey