Skip to content

Commit a0897c1

Browse files
committed
Expand discussion of 4173
1 parent 0ff557c commit a0897c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

xml/issue4173.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ The Containers clause often uses "references, pointers, or iterators" which
1414
is verbose, and needs to be said in full whenever talking about iterator
1515
invalidation. It would be helpful to have a term of art that refers to all
1616
of them, something like "element references" or to avoid any confusion with
17-
actual references, "element indicators".
17+
actual references, "element indicators". Maybe "element handles" but that
18+
could be confused with node handles for associative containers, and
19+
(based on Wikipedia) has connotations of additional indirection, and something
20+
which would <i>not</i> be invalidated when the underlying storage changes.
1821
</p>
1922
</discussion>
2023

0 commit comments

Comments
 (0)