$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jsiek_at_[hidden]
Date: 2000-01-07 15:50:04
Andy Glew writes:
> So can we not specialize, then:
>
> template<class T>
> class mutex< shared_ptr<T> > : public shared_ptr<T> {
> public:
> ....
> };
>
> No, you're right... G++ fails this.
Is this a bug in g++? Looks like it to me.