[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch to fix pointer.h template class
From: |
David Sugar |
Subject: |
Re: Patch to fix pointer.h template class |
Date: |
Thu, 13 Dec 2001 04:38:21 -0500 (EST) |
Thanks!
On Thu, 13 Dec 2001, Daniel E Baumann wrote:
> Hi I was using the 'Pointer' template, but the compiler did not like
> it...so I fixed it, below is the simple one liner to do just that:
>
> Index: template/pointer.h
> ===================================================================
> RCS file: /cvs/commoncpp/template/pointer.h,v
> retrieving revision 1.1
> diff -r1.1 pointer.h
> 67c67
> < Pointer(const Pointer<X> &ref)
> ---
> > Pointer(const Pointer<T> &ref)
>
>