Commit 5d28dd11 authored by Dean Moldovan's avatar Dean Moldovan
Browse files

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.
parent f0b0df58
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment