
15 May
2006
15 May
'06
7:45 a.m.
Ed Johnson wrote:
Hi,
Is it possible to use shared_ptr to manage stringstreams, and still use the << operator on the stringstream?
You're doing it. The only problem with this code is a misunderstanding of how the stringstream constructor works. Sebastian Redl