Re: [pygccxml-development] special functions/operators
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-08-26 07:19:19
|
Neal Becker wrote: >> root.Class("X").cdef("__iadd__", "addAssign", return_self()) >> >> (see https://realityforge.vrsource.org/view/PyppApi/Pypp_decorating) >> > Doesn't seem to work though, return_self isn't passed to generated code: Oops, right, policies were ignored, I forgot that this was still on my todo list. I've just committed the fix (r470). - Matthias - |