From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-04-10 14:44:45


Jonathan Turkanis wrote:

>> fstream fin(filename.c_str(), ios_base::in);
>> tuple<stringstream, stringstream, stringstream, stringstream> test;
>> fin>>test;
>
> It's not clear what you're trying to do do here. If I saw this code in
> isolation, I'd guess you were trying to deserialize a tuple
> containing three strings.

I meant three stringstreams.

Jonathan