We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
py::smart_holder
1 parent b73f430 commit d3f9f93Copy full SHA for d3f9f93
docs/classes.rst
@@ -42,8 +42,8 @@ constructor (see the :ref:`custom_constructors` section for details).
42
.. note::
43
44
Starting with pybind11v3, it is recommended to include `py::smart_holder`
45
- if you plan to support conversions to C++ smart pointers. See
46
- :ref:`smart_holder` for more information.
+ in most situations for safety, especially if you plan to support conversions
+ to C++ smart pointers. See :ref:`smart_holder` for more information.
47
48
An interactive Python session demonstrating this example is shown below:
49
0 commit comments