pybind11/docs/advanced
Dean Moldovan 5d28dd1194 Support std::shared_ptr holder type out of the box
With this there is no more need for manual user declarations like
`PYBIND11_DECLARE_HOLDER_TYPE(T, std::shared_ptr<T>)`. Existing ones
will still compile without error -- they will just be ignored silently.

Resolves #446.
2016-10-20 16:19:58 +02:00
..
cast Directly compare 3 ways of moving data between C++ and Python 2016-10-20 15:21:34 +02:00
pycpp Reorganize documentation 2016-10-20 15:21:34 +02:00
classes.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
exceptions.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
functions.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
misc.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
smart_ptrs.rst Support std::shared_ptr holder type out of the box 2016-10-20 16:19:58 +02:00