[C++-sig] Automatic downcast question

Stefan Franke franke at ableton.com
Sat Jun 14 22:05:24 CEST 2003


Oops,
 
>   class_<B>("B", bases<A>); 

Should have been 
 
  class_<B, bases<A> >("B"); 
 
but this doesn't change anything.
 
Stefan
 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3514 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20030614/e4c0894c/attachment.bin>


More information about the Cplusplus-sig mailing list