1
0
mirror of https://github.com/pybind/pybind11.git synced 2025-03-25 18:07:43 +00:00
pybind11/include
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 .
2016-10-20 16:19:58 +02:00
..
pybind11 Support std::shared_ptr holder type out of the box 2016-10-20 16:19:58 +02:00