
11 Jan
2011
11 Jan
'11
2:27 p.m.
On 01/11/2011 02:23 PM, Hannes Brandstätter-Müller wrote:
Could you provide example code?
As you might notice, the PARAMETERNAMES is missing a "PARA"
Hannes
I think you should make sure the istream is destructed before the underlying streambuf is touched again (in thise case, through start_read). E.g., just put the stuff after declaring the msg until just before the point where you call start_read in its own scope. HtH, Rutger