Commits

Dean Moldovan authored 5d28dd1194a
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.