File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ The following table provides an overview of available policies:
8484| :enum: `return_value_policy::reference_internal ` | If the return value is an lvalue reference or a pointer, the parent object |
8585| | (the implicit ``this ``, or ``self `` argument of the called method or |
8686| | property) is kept alive for at least the lifespan of the return value. |
87- | | **Otherwise this policy falls back to :enum:`return_value_policy::move` |
88- | | (see #5528).** Internally, this policy works just like |
87+ | | **Otherwise this policy falls back to ** :enum: `return_value_policy::move ` |
88+ | | ** (see #5528). ** Internally, this policy works just like |
8989| | :enum: `return_value_policy::reference ` but additionally applies a |
9090| | ``keep_alive<0, 1> `` *call policy * (described in the next section) that |
9191| | prevents the parent object from being garbage collected as long as the |
You can’t perform that action at this time.
0 commit comments