Skip to content

Commit

Permalink
Add additional reference to [container.rev.reqmts]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani-Hub committed Dec 22, 2023
1 parent cbcf6fe commit 16e9b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml/issue4029.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ explicitly say <tt>basic_string</tt> meets the reversible container requirements

<blockquote>
<p>
-2- A specialization of <tt>basic_string</tt> is a contiguous container <ins>and reversible container</ins>
(<sref ref="[container.reqmts]"/>).
-2- A specialization of <tt>basic_string</tt> is a contiguous container (<sref ref="[container.reqmts]"/>) <ins>and
reversible container (<sref ref="[container.rev.reqmts]"/>)</ins>.
<p/>
-3- In all cases, <tt>[data(), data() + size()]</tt> is a valid range, <tt>data() + size()</tt> points at
an object with value <tt>charT()</tt> (a "null terminator"), and <tt>size() &lt;= capacity()</tt> is <tt>true</tt>.
Expand Down

0 comments on commit 16e9b8c

Please sign in to comment.