Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk