$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [shared_ptr] Is there an interface to set the ptr a shared_ptr holds
From: Max (LoadCom_at_[hidden])
Date: 2008-12-28 23:53:04
On 2008-12-29 at 12:25:04, Scott McMurray Wrote:
>You're being a bit more careful than you need to there; file streams
>call close on destruction for you. (Well, the filebuf does
>[27.8.1.2].)
Hmmm. Thanks for pointing it out to me.