[C++-sig] Py++ and inner template classes

Pertti Kellomäki pertti.kellomaki at tut.fi
Tue Apr 29 09:56:52 CEST 2008


Roman Yakovenko wrote:
> I just created new test case and everything works fine:
> http://pygccxml.svn.sourceforge.net/viewvc/pygccxml?view=rev&revision=1315

If you remove the body of function f in the test case, i.e.
instead of

   Inner_int f() { return Inner_int(23); }

just have

   Inner_int f();

then the exposing code is not generated. Should a file a bug
in Bugzilla for this? Is there some short term workaround to
force the exposing code to be generated?

Thanks,
-- 
Pertti



More information about the Cplusplus-sig mailing list