Skip to content

Commit

Permalink
Improve issue wording after feedback from submitter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani-Hub committed Sep 17, 2023
1 parent 5d9cb83 commit ae0ba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/issue3976.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sentence, such as an <tt>allocator_type</tt> member. Perhaps we want to say a co
type <tt>X</tt> is allocator-aware using allocator <tt>A</tt> if [&hellip;], and then that <tt>basic_string</tt> and
containers that are not otherwise allocator aware are are treated as-if they were
allocator-aware using <tt>std::allocator&lt;typename X::value_type&gt;</tt> (where <tt>value_type</tt>
is already guaranteed to exist by the basic container requirements).
is already guaranteed to exist by the <i>container</i> requirements, <sref ref="[container.reqmts]"/> p1).
</p>
</discussion>

Expand Down

0 comments on commit ae0ba11

Please sign in to comment.