On Mon, Apr 15, 2002 at 06:20:29PM +0200, Jean-Marc Lasgouttes wrote: > Andre> PS: Not that we use istringstream a second time in that file > Andre> and probably in a few more cases... > > I've seen that. Do you think I should adapt this code too?
I think these parts are never used, but I am not sure. Actually, it would be better if we could convince ourselves that this is the result of some broken istringstream implementation... Does the behaviour change in your case if you do not use 'arg.c_str()' as input for the istringstream, but something like arg + '\0' or arg + ' '? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)