You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: verify reference_internal policy for const-ref returns
Adds test_const_ref_return_policy that explicitly checks:
- Methods returning const T& emit `-> const auto&` trailing return
- Methods returning const T& emit `py::return_value_policy::reference_internal`
- Methods returning by value (T, not T&) do NOT get the policy
0 commit comments