Re: [C++-sig] Problem with and fix for automatic pointer registration in Boost.Python 1.60

2016-03-06 Thread Stefan Seefeld
On 04.03.2016 13:45, Greg Falcon via Cplusplus-sig wrote: > Boost.Python 1.60 has a bug, introducing an incompatibility from 1.59, > and first noted on this mailing list on January 11. What has changed > is that a class declaration of the form > > class_>("Foo"); > > will no longer automatically

[C++-sig] Problem with and fix for automatic pointer registration in Boost.Python 1.60

2016-03-06 Thread Greg Falcon via Cplusplus-sig
Boost.Python 1.60 has a bug, introducing an incompatibility from 1.59, and first noted on this mailing list on January 11. What has changed is that a class declaration of the form class_>("Foo"); will no longer automatically register a converter for the shared_ptr wrapper. This is not an inte