Skip to content

Commit

Permalink
Expand discussion of 4173
Browse files Browse the repository at this point in the history
  • Loading branch information
jwakely committed Nov 21, 2024
1 parent 0ff557c commit a0897c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xml/issue4173.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ The Containers clause often uses "references, pointers, or iterators" which
is verbose, and needs to be said in full whenever talking about iterator
invalidation. It would be helpful to have a term of art that refers to all
of them, something like "element references" or to avoid any confusion with
actual references, "element indicators".
actual references, "element indicators". Maybe "element handles" but that
could be confused with node handles for associative containers, and
(based on Wikipedia) has connotations of additional indirection, and something
which would <i>not</i> be invalidated when the underlying storage changes.
</p>
</discussion>

Expand Down

0 comments on commit a0897c1

Please sign in to comment.