File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ The call `f(M{})` will print only "`Default`" but `bind_front(f)(M{})` is
5454required to produce "`Default`" and "`Move`". We should allow
5555implementations 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.?) — lvalue arguments as lvalues,</ins ></p ></li >
7883<li ><p ><ins >(3.?) — xvalue arguments as xvalues,</ins ></p ></li >
79- <li ><p ><ins >(3.?) — prvalue arguments as either prvalues or xvalues</ins ></p ></li >
84+ <li ><p ><ins >(3.?) — prvalue arguments as either prvalues or xvalues. </ins ></p ></li >
8085</ol >
8186</blockquote >
8287
You can’t perform that action at this time.
0 commit comments