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
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
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