gzz-dev
[Top][All Lists]
Advanced

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

[Gzz] Re: 5th


From: Tuomas Lukka
Subject: [Gzz] Re: 5th
Date: Sat, 6 Jul 2002 15:40:07 +0300
User-agent: Mutt/1.4i

> Debian Woody does not allow writing briefly
> 
>       shared_ptr<Obj> p;
>       p = new Obj;
> 
> but requires
> 
>       shared_ptr<Obj> p;
>       p = shared_ptr<Obj>(new Obj);
> 
> The newest version seems to accept the assignment 
> of a regular pointer.

Does it get the refcount right then?

> I spent a lot of time to get paper3 to compile with gcc 3.0 
> again; gcc 2.95 cannot even handle the following code:

Well, 2.95 can't compile anything else in Gzz either, so don't
mind that. What other problems were there with 3.0?

        Tuomas



reply via email to

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