bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch to fix pointer.h template class


From: Daniel E Baumann
Subject: Patch to fix pointer.h template class
Date: Thu, 13 Dec 2001 00:15:38 -0600
User-agent: Mutt/1.3.24i

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)

-- 
Daniel E Baumann      address@hidden 

***Free Dmitry Sklyarov! Boycott Adobe! Repeal DMCA!***

And if cynics ridicule freedom, ridicule community...if ``hard nosed 
realists'' say that profit is the only ideal...just ignore them, and use 
copyleft all the same.
      -- RMS



reply via email to

[Prev in Thread] Current Thread [Next in Thread]