> Will std::shared_ptr just work also? I asked this question some time ago here: http://stackoverflow.com/questions/6568952/c0x-stdshared-ptr-vs-boostshared-ptr
To summarize: you need to define free get_pointer<T> functions for T=your shared_ptr type and it will work. I eventyallu did not go that way because boost::serialization (which I also needed) will not work with std::shared_ptr. _______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig