5 Oct
2005
5 Oct
'05
1:26 p.m.
At 06:37 AM 10/5/2005, you wrote:
Paul Giaccone wrote:
How do you close a filtering_ostream object once you have finished writing to it?
Since you've noted that the destructor has the behavior you want, why not put the filtering_ostream in a scoped_ptr and .reset(0) the pointer when you're done with it?