Skip to content

Commit a65ca6e

Browse files
committed
Merge pull request #59 from timsong-cpp/patch-3
[LWG2310] Use addressof in P/R
2 parents 9275ba0 + 8271228 commit a65ca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue2310.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const T* data() const noexcept;
6969
<blockquote>
7070
<p>
7171
-1- <i>Returns</i>: <del><tt>elems</tt></del><ins>A pointer such that <tt>[data(), data() + size())</tt> is a valid range,
72-
and <tt>data() == &amp;front()</tt></ins>.
72+
and <tt>data() == addressof(front())</tt></ins>.
7373
</p>
7474
</blockquote>
7575
</blockquote>

0 commit comments

Comments
 (0)