On Sat, Nov 29, 2008 at 5:11 PM, David Abrahams <[EMAIL PROTECTED]> wrote:

> Yoiks!  You clearly need gSTLFilt.  Please post such things as
> attachments or in some other way that doesn't insert linebreaks.


oh, awesome suggestion, thank you very much! gcc/eclipse outputs that stuff
this way, and gmail inserts the linebreaks.


> So the problem is that you're trying to wrap PyActor in a way that
> implies it is default-constructible.  But it's not; it's an abstract
> class.  You need no_init.  See
>

thank you, i will remember your advice when i have that issue again. i
solved the problem by writing the add/remove methods in python, which does
fine so far.

of all binding sets available, boost.python, although intellectually
challenging, leaves no wishes open and provides the most coherent way to do
C++ bindings. you have done extraordinary work there.

what will you do when PyPy grows mature? ;)
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to