Skip to content

Commit 3b42c65

Browse files
committed
Textual improvements
1 parent ce9f06d commit 3b42c65

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

xml/issue4319.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ The call `f(M{})` will print only "`Default`" but `bind_front(f)(M{})` is
5454
required to produce "`Default`" and "`Move`". We should allow
5555
implementations to elide the move operations, but not require it.
5656
</p>
57+
<p>
58+
The suggested changes by this issue have been
59+
<a href="https://gcc.gnu.org/pipermail/libstdc++/2025-August/062992.html">implemented in libstdc++</a>
60+
for `bind_front/bind_back`.
61+
</p>
5762
</discussion>
5863

5964
<resolution>
@@ -76,7 +81,7 @@ and lvalue arguments as lvalue references.</del><ins>:</ins>
7681
<ol style="list-style-type: none">
7782
<li><p><ins>(3.?) &mdash; lvalue arguments as lvalues,</ins></p></li>
7883
<li><p><ins>(3.?) &mdash; xvalue arguments as xvalues,</ins></p></li>
79-
<li><p><ins>(3.?) &mdash; prvalue arguments as either prvalues or xvalues</ins></p></li>
84+
<li><p><ins>(3.?) &mdash; prvalue arguments as either prvalues or xvalues.</ins></p></li>
8085
</ol>
8186
</blockquote>
8287

0 commit comments

Comments
 (0)