[C++-sig] "operator++" is not supported

2010-04-09 Thread vishal bayskar
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

Re: [C++-sig] "operator++" is not supported

2010-04-09 Thread Roman Yakovenko
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