[C++-sig] Calling overidden pure virtual function from C++ side

troy d. straszheim troy at resophonic.com
Thu Aug 21 20:10:43 CEST 2008


Stefan Seefeld wrote:
> william marié wrote:

>>     > struct AWrap : A, bp::wrapper

and you're low on CRTP

struct AWrap : A, bp::wrapper<A> {


-t



More information about the Cplusplus-sig mailing list