• Dean Moldovan's avatar
    Support std::shared_ptr holder type out of the box · 5d28dd11
    Dean Moldovan authored
    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.
    5d28dd11
To find the state of this project's repository at the time of any of these versions, check out the tags..
changelog.rst 11.8 KB