pybind11/docs/advanced
Yannick Jadoul 16f199f8d9
Change base parameter type in register_exception and exception constructor from PyObject* to handle (#2467)
* Change base parameter type in register_exception and excepion constructor from PyObject* to handle

* Fix compilation error passing `handle` to `PyObject*`
2020-09-15 10:24:39 -04:00
..
cast Resolve empty statement warning when using PYBIND11_OVERLOAD_PURE_NAME and PYBIND11_OVERLOAD_PURE (#2325) 2020-09-15 14:56:20 +02:00
pycpp Avoid C-style casts for pointers in docs (#2487) 2020-09-14 20:07:29 +02:00
classes.rst Resolve empty statement warning when using PYBIND11_OVERLOAD_PURE_NAME and PYBIND11_OVERLOAD_PURE (#2325) 2020-09-15 14:56:20 +02:00
embedding.rst feat: new FindPython support (#2370) 2020-08-19 12:26:26 -04:00
exceptions.rst Change base parameter type in register_exception and exception constructor from PyObject* to handle (#2467) 2020-09-15 10:24:39 -04:00
functions.rst Avoid C-style casts for pointers in docs (#2487) 2020-09-14 20:07:29 +02:00
misc.rst Resolve empty statement warning when using PYBIND11_OVERLOAD_PURE_NAME and PYBIND11_OVERLOAD_PURE (#2325) 2020-09-15 14:56:20 +02:00
smart_ptrs.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00