[pygccxml-development] pyplusplus is a bit too optimistic?
Brought to you by:
mbaas,
roman_yakovenko
From: Neal B. <ndb...@gm...> - 2006-04-18 19:05:37
|
I used the attached .hpp file to generate the attached .cpp. I believe this .cpp would not compile. The problem is that it includes .def of "Copy" function. This is a template - only an explicit instantiation of it could be exposed to python. I guess I need to tell pyplusplus what functions I want exposed? It would be nice if pyplusplus detected this error. When it writes "&Copy" it should realize there is no such function. |