pybind11/docs/advanced
Dean Moldovan dd01665e5a Enable static properties (py::metaclass) by default
Now that only one shared metaclass is ever allocated, it's extremely
cheap to enable it for all pybind11 types.

* Deprecate the default py::metaclass() since it's not needed anymore.
* Allow users to specify a custom metaclass via py::metaclass(handle).
2017-02-23 15:45:26 +01:00
..
cast minor stl caster clarifications 2017-02-17 12:59:32 +01:00
pycpp Minor fixes (#613) 2017-01-31 17:28:29 +01:00
classes.rst Enable static properties (py::metaclass) by default 2017-02-23 15:45:26 +01:00
exceptions.rst Reorganize documentation 2016-10-20 15:21:34 +02:00
functions.rst changed return_value:: to return_value_policy:: (#672) 2017-02-17 12:57:39 +01:00
misc.rst Documentation: explicitly call out that the GIL is held (#615) 2017-01-31 17:06:13 +01:00
smart_ptrs.rst Improve custom holder support (#607) 2017-01-31 17:05:44 +01:00