We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c05272 commit f83e137Copy full SHA for f83e137
source/containers.tex
@@ -919,7 +919,9 @@
919
and an \tcode{allocator_type} identical to \tcode{allocator_traits<A>::rebind_alloc<T>}
920
and given an lvalue \tcode{m} of type \tcode{A},
921
a pointer \tcode{p} of type \tcode{T*},
922
-an expression \tcode{v} of type \tcode{T} or \tcode{const T},
+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},
925
and an rvalue \tcode{rv} of type \tcode{T},
926
the following terms are defined. If \tcode{X}
927
is not allocator-aware or is a specialization of \tcode{basic_string},
0 commit comments