Skip to content

Commit

Permalink
Added bold and ticket number
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Feb 20, 2025
1 parent 18d1e45 commit 4ec3237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ The following table provides an overview of available policies:
| :enum:`return_value_policy::reference_internal` | If the return value is an lvalue reference or a pointer, the parent object |
| | (the implicit ``this``, or ``self`` argument of the called method or |
| | property) is kept alive for at least the lifespan of the return value. |
| | Otherwise this policy falls back to the policy |
| | :enum:`return_value_policy::move`. Internally, this policy works just like |
| | **Otherwise this policy falls back to :enum:`return_value_policy::move` |
| | (see #5528).** Internally, this policy works just like |
| | :enum:`return_value_policy::reference` but additionally applies a |
| | ``keep_alive<0, 1>`` *call policy* (described in the next section) that |
| | prevents the parent object from being garbage collected as long as the |
Expand Down

0 comments on commit 4ec3237

Please sign in to comment.