Files
pybind11/include/pybind11
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-09-19 13:45:34 +02:00
2016-07-08 15:14:48 +02:00
2016-09-08 22:53:18 +09:00
2016-09-19 13:45:31 +02:00
2016-10-17 02:01:53 +02:00
2016-09-19 13:45:34 +02:00