$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gary Powell (Gary.Powell_at_[hidden])
Date: 2000-11-22 15:22:56
> > As for ref-counting vs. cloning... that's a trickier question.
> A list of pros and cons won't help, because a cloning callback and a
> reference counted callback are different concepts. Sometimes you'll need
> the
> one, sometimes the other.
>
How about specifying a tag class to indicate which type you prefer? Or using
a traits class? VTL does this for ref counted vs copied containers.
-gary-
gary.powell_at_[hidden]