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
..
2016-04-26 23:48:55 +02:00
2016-10-20 15:21:34 +02:00
2016-10-14 01:16:40 +02:00
2016-09-06 13:02:29 +09:00
2016-10-20 15:21:34 +02:00
2016-09-21 19:30:23 +02:00
2016-09-19 13:45:31 +02:00
2015-10-13 03:16:44 +02:00
2016-10-20 15:21:34 +02:00