From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-05-15 03:45:29


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