Skip to content

Commit 4be52a5

Browse files
committed
Specific unique_ptr lifetime
1 parent 8461036 commit 4be52a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-12-07-totw-123.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ that works. Prefer bare object, if it works for your case. Otherwise, try
181181
<td>Object lifetime</td>
182182
<td>Same as enclosing scope</td>
183183
<td>Restricted to enclosing scope</td>
184-
<td>Unrestricted</td>
184+
<td>Unrestricted if moved out of enclosing scope</td>
185185
</tr>
186186
<tr>
187187
<td markdown="span">Call `f(Bar*)`</td>

0 commit comments

Comments
 (0)