Skip to content

Commit 9a0b5d7

Browse files
authored
[vector.data],[array.members] Clarify boolean condition (#6526)
1 parent ba6f766 commit 9a0b5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -6331,7 +6331,7 @@
63316331
\pnum
63326332
\returns
63336333
A pointer such that \range{data()}{data() + size()} is a valid range. For a
6334-
non-empty array, \tcode{data()} \tcode{==} \tcode{addressof(front())}.
6334+
non-empty array, \tcode{data() == addressof(front())} is \keyword{true}.
63356335
\end{itemdescr}
63366336

63376337
\indexlibrarymember{array}{fill}%
@@ -9068,7 +9068,7 @@
90689068
\pnum
90699069
\returns
90709070
A pointer such that \range{data()}{data() + size()} is a valid range. For a
9071-
non-empty vector, \tcode{data()} \tcode{==} \tcode{addressof(front())}.
9071+
non-empty vector, \tcode{data() == addressof(front())} is \keyword{true}.
90729072

90739073
\pnum
90749074
\complexity

0 commit comments

Comments
 (0)