diff --git a/README_smart_holder.rst b/README_smart_holder.rst index 9c7287c5c8..7943d5c6ca 100644 --- a/README_smart_holder.rst +++ b/README_smart_holder.rst @@ -107,6 +107,7 @@ There are three small differences compared to Classic pybind11: ``#include ``. - The ``PYBIND11_SMART_HOLDER_TYPE_CASTERS(Foo)`` macro is needed. + — NOTE: This macro needs to be in the global namespace. - ``py::classh`` is used instead of ``py::class_``.