You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/issue4342.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ this function should be qualified with an rvalue reference.
20
20
21
21
<resolution>
22
22
<p>
23
-
Add an rvalue qualifier to the declaration of <code>connect</code> in <ahref="https://wg21.link/exec.task.scheduler#8">[exec.task.scheduler] paragraph 8</a>:
23
+
Add an rvalue qualifier to the declaration of <code>connect</code> in <srefref="[exec.task.scheduler]"/> paragraph 8:
24
24
<blockquote>
25
25
<pre>
26
26
namespace std::execution {
@@ -36,7 +36,7 @@ namespace std::execution {
36
36
</blockquote>
37
37
</p>
38
38
<p>
39
-
In the specification in <ahref="https://wg21.link/exec.task.scheduler#10">[exec.task.scheduler] paragraph 10</a> add an rvalue qualifier to <code>connect</code>:
39
+
In the specification in <srefref="[exec.task.scheduler]"/> paragraph 10 add an rvalue qualifier to <code>connect</code>:
0 commit comments