Re: [C++-sig] [Py++] free operators

2009-03-28 Thread Roman Yakovenko
2009/3/26 Michał Nowotka > > > If you use SVN version, than you can "include" the classes. > > Ok, so I've checked out svn repository and reinstalled pygccxmm and > py++ from pygccxml_dev and pyplusplus_dev but I still get same > warnings. Should I do something else to include these classes? Hmm,

Re: [C++-sig] [Py++] free operators

2009-03-27 Thread Michał Nowotka
I've checked out svn repository (from https://pygccxml.svn.sourceforge.net/svnroot/pygccxml) and then: - installed pygccxml and pypluspluss eggs from pygccxml_dev and pyplusplus_dev eggs - installed it once again from tags/pygccxml_dev_1.0.0 and tags/pyplusplus_dev_1.0.0 directories - I also tried

Re: [C++-sig] [Py++] free operators

2009-03-25 Thread Michał Nowotka
> If you use SVN version, than you can "include" the classes. Ok, so I've checked out svn repository and reinstalled pygccxmm and py++ from pygccxml_dev and pyplusplus_dev but I still get same warnings. Should I do something else to include these classes? -- Regards Michał Nowotka

Re: [C++-sig] [Py++] free operators

2009-03-25 Thread Roman Yakovenko
2009/3/25 Michał Nowotka : > Hello, > I want to expose to python following code: > > typedef std::map ProbHaplotype; > > typedef std::map ProbFenotype; > > typedef std::map ProbGenotype; > > (...) > > std::ostream& operator<<(std::ostream& os, const ProbHaplotype& hapl); > > std::ostream& operator<