Re: [C++-sig] gccxml

2008-12-01 Thread Roman Yakovenko
On Mon, Dec 1, 2008 at 11:29 PM, Alan Baljeu <[EMAIL PROTECTED]> wrote: > I'm lost getting the right gccxml for use with pygccxml. And of course that > would be used in Pybindgen and/or py++. > > The links point to a gccxml page which advertises version 0.6, but docs talk > about versions 0.7 an

[C++-sig] gccxml

2008-12-01 Thread Alan Baljeu
I'm lost getting the right gccxml for use with pygccxml. And of course that would be used in Pybindgen and/or py++. The links point to a gccxml page which advertises version 0.6, but docs talk about versions 0.7 and 0.9. Anyhow, I downloaded 0.6 and didn't have much success. But then I'm not

Re: [C++-sig] shared_ptr with custom destructor

2008-12-01 Thread David Abrahams
on Mon Nov 24 2008, "Renato Araujo" wrote: > Hi all, > I would like to specify during the class_ declaration use a shared_ptr > with custom release function. > > shared_ptr has a constructor where you can pass a function to call in > the release, I would like to use this in a generic form. > > I