Skip to content

Commit 05f2f77

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

xml/issue4398.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ However, formatting an adaptor requires formatting of the underlying range, and
2828
the nonlocking_optimizations for all ranges.
2929
<p/>
3030
This problem does not occur for the `flat_set`, `flat_map` adaptors, which are also ranges, and
31-
do not have a specialized formatter, and use range one.
31+
do not have a specialized formatter.
32+
<p/>
33+
The proposed wording has recently been implemented in
34+
<a href="https://gcc.gnu.org/pipermail/libstdc++/2025-October/063758.html">gcc's libstdc++</a>.
3235
</p>
3336
</discussion>
3437

0 commit comments

Comments
 (0)