Boost logo

Boost :

From: Miki Jovanovic (miki_at_[hidden])
Date: 2000-03-16 13:33:52


The previous message was from me, but I obviously did not properly set
my e-mail client.

Cheers,

Miki.

original article:http://www.egroups.com/group/boost/?start=2621
> Wait, wait... I am using both template members and template
functions. Two
> examples:
>
> // constructor
> template<typename D> SharedPtr( const SharedPtr<D>& ptr ) {
> share( ptr );
> }
>
> // operator
> template<typename T, typename D>
> bool operator==( const SharedPtr<T>& ptr1, const SharedPtr<D>& ptr2 )
{
> return ptr1.ptr() == ptr2.ptr();
> }
>
> They both work fine.
>
> I am sorry for joining the conversation late. I will look back to
catch up
> on the thread and make some cohesive comments. But the below
statement: "Ok
> MS VC++6 does not support template function" does not seem correct.


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