Re: [C++-sig] How do I make correct wrappers to interfaces while using shared_ptrs?

2012-02-05 Thread Jim Bosch
On 02/05/2012 12:56 AM, Adam Preble wrote: On Sat, Feb 4, 2012 at 8:48 PM, Jim Bosch mailto:tallji...@gmail.com>> wrote: Oh, you're right. I was confusing the manual way of doing Python-side polymorphism (derived-class holders) with the more automatic (and better) way you're doing

Re: [C++-sig] How do I make correct wrappers to interfaces while using shared_ptrs?

2012-02-05 Thread Adam Preble
On Feb 5, 2012 10:15 AM, "Jim Bosch" wrote: > > On 02/05/2012 12:56 AM, Adam Preble wrote: >> >> >> On Sat, Feb 4, 2012 at 8:48 PM, Jim Bosch > > wrote: >> >>Oh, you're right. I was confusing the manual way of doing >>Python-side polymorphism (derived-class hol