Hi,
Actually I am generating a python binding for my source code, in which there
were a extensive use of operator like operator++(), "operator*",
"operator->".
As python does not support for these operators. and pyplusplus is failing to
generate wrapper code for these operator. Are there any wor
On Fri, Apr 9, 2010 at 2:29 PM, vishal bayskar
wrote:
>
> Hi,
>
> Actually I am generating a python binding for my source code, in which there
> were a extensive use of operator like operator++(), "operator*",
> "operator->".
>
> As python does not support for these operators. and pyplusplus is fa