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
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