Skip to content

Commit fe6bd88

Browse files
author
Dawn Perchik
committed
LWG2794 Missing requirements for allocator pointers
1 parent e3910a8 commit fe6bd88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/lib-intro.tex

+3-2
Original file line numberDiff line numberDiff line change
@@ -2046,8 +2046,9 @@
20462046
No constructor,
20472047
comparison function, copy operation, move operation, or swap operation on
20482048
these pointer types shall exit via an exception. \tcode{X::pointer} and \tcode{X::const_pointer} shall also
2049-
satisfy the requirements for a random access
2050-
iterator~(\ref{iterator.requirements}).
2049+
satisfy the requirements for
2050+
a random access iterator~(\ref{random.access.iterators}) and of
2051+
a contiguous iterator~(\ref{iterator.requirements.general}).
20512052

20522053
\pnum
20532054
Let \tcode{x1} and \tcode{x2} denote objects of (possibly different) types

0 commit comments

Comments
 (0)