$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-04-19 06:33:49
From: "Giovanni Bajo" <giovannibajo_at_[hidden]>
> > It also doesn't like:
> >
> > template <class P, template <class> ThreadingModel>
> > class ref_count_mt : public ThreadingModel<ref_count_mt>
>
> Weird.
What's weird about it? ref_count_mt<class, template> is not a
template<class> class.