Skip to content

Commit bf79862

Browse files
committed
Add sentence that clarifies that the wording has recently been implemented by gcc.
1 parent 05f2f77 commit bf79862

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xml/issue4399.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ template<class... Ts>
2323
As consequence <tt>pair&lt;const std::string, int&gt;</tt> or
2424
<tt>pair&lt;const std::string&amp;, int&amp;&gt;</tt> (`map` and `flat_map` reference types)
2525
will not use unbuffered prints.
26+
<p/>
27+
The proposed wording has recently been implemented in
28+
<a href="https://gcc.gnu.org/pipermail/libstdc++/2025-October/063758.html">gcc's libstdc++</a>.
2629
</p>
2730
</discussion>
2831

0 commit comments

Comments
 (0)