RE: [C++-sig] Automatic downcast question
by Stefan Franke other posts by this author
Jun 14 2003 8:05PM messages near this date
Re: [C++-sig] Pyste bug - static member functions...
|
[C++-sig] Automatic downcast question
Oops,
=20
> class_<B>("B", bases<A>);=20
Should have been=20
=20
class_<B, bases<A> >("B");=20
=20
but this doesn't change anything.
=20
Stefan
=20
Attachments:
winmail.dat
|