10 Oct
2017
10 Oct
'17
6:29 p.m.
as far as I know there are no such calls supported by std::stringstream. But maybe I'm wrong about that. Boost serialization uses the interface provide by std::basic_stream - no more than that.
Thanks Robert. Does Boost use operator<< to add data to the stringstream? If not, how is data added? I would like to know so that I can look into why using that method we get an error. Adlai