
30 Nov
2009
30 Nov
'09
10:14 p.m.
Jeffrey Bosboom wrote:
I've written simple versions of streaming operators (both output and input) for the standard containers as a simple, low-barrier-to-entry form of serialization. Do you plan to provide the input operators too? (I understand this would involve some restrictions on the streamed forms of the container elements to prevent parsing ambiguity.)
how would this be different than just writing a special archive class and using boost seriallization? Robert Ramey