
30 Oct
2004
30 Oct
'04
3:18 p.m.
On Fri, 29 Oct 2004 08:03:24 -0400, Caleb Epstein <caleb.epstein@gmail.com> 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