$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Philippe A. Bouchard (philippe_at_[hidden])
Date: 2003-09-30 16:42:26
Philippe A. Bouchard wrote:
[...]
> template<typename T>
> class shifted_ptr
> {
> public:
> template <typename U>
> shifted_ptr(shifted_ptr::details::stype<U> &);
>
> ...
> };
>
Correction:
template <typename U>
shifted_ptr(shifted_ptr::details::stype<U> *);
Philippe