[C++-sig] Confusion about inheritance with boost.python

Noah Schwartz noah.schwartz1 at gmail.com
Wed Oct 4 18:47:55 CEST 2006


On Wednesday 04 October 2006 06:49, David Abrahams wrote:
> Sorry, I don't know what I'm saying.  AWrap should say:
>
>        int f()
>        {
>             return get_override("f")();
>        }
>
> but of course that has nothing to do with your problem.

Yeah, I just dropped a return 0 in there for the sake of keeping things more 
simple.

Noah



More information about the Cplusplus-sig mailing list