Skip to content

Commit f83e137

Browse files
burblebeetkoeppe
authored andcommitted
LWG3957 §[container.alloc.reqmts] The value category of v should be claimed
1 parent 4c05272 commit f83e137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/containers.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,9 @@
919919
and an \tcode{allocator_type} identical to \tcode{allocator_traits<A>::rebind_alloc<T>}
920920
and given an lvalue \tcode{m} of type \tcode{A},
921921
a pointer \tcode{p} of type \tcode{T*},
922-
an expression \tcode{v} of type \tcode{T} or \tcode{const T},
922+
an expression \tcode{v} that denotes
923+
an lvalue of type \tcode{T} or \tcode{const T} or
924+
an rvalue of type \tcode{const T},
923925
and an rvalue \tcode{rv} of type \tcode{T},
924926
the following terms are defined. If \tcode{X}
925927
is not allocator-aware or is a specialization of \tcode{basic_string},

0 commit comments

Comments
 (0)