diff --git a/docs/advanced.rst b/docs/advanced.rst index 2067c893..c257fa2d 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -617,6 +617,11 @@ Python side: py::implicitly_convertible(); +.. note:: + + Implicit conversions from ``A`` to ``B`` only work when ``B`` is a custom + data type that is exposed to Python via pybind11. + .. _static_properties: Static properties