Skip to content

Commit

Permalink
expound on the point in the new unresolved Q.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Sep 26, 2014
1 parent 6288739 commit 4aca082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions active/0000-nonzeroing-dynamic-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,10 @@ because it first moves the entire array into `foo`, and then `foo`
returns the second element, but still needs to drop the rest of the
array.

Embedded drop flags and zeroing support this seamlessly, of course.
But the whole point of this RFC is to get rid of the embedded
per-value drop-flags.

If we want to continue supporting moving out of `a[i]` (and we
probably do, I have been converted on this point), then the drop flag
needs to handle this case. Our current thinking is that we can
Expand Down

0 comments on commit 4aca082

Please sign in to comment.