$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Maxim Yegorushkin (e-maxim_at_[hidden])
Date: 2004-10-30 10:18:21
On Fri, 29 Oct 2004 08:03:24 -0400, Caleb Epstein
<caleb.epstein_at_[hidden]> wrote:
> Would it make sense to use a shared_ptr<appender> instead of a functor
> for the appenders?
I think shared_ptr<appender> would be an unnecessary constraint. You
always can put a shared_ptr<> inside the functor.
-- Maxim Yegorushkin