Skip to content

Commit 878893d

Browse files
authored
Apply suggestions from code review
1 parent cf27319 commit 878893d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/issue4342.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ this function should be qualified with an rvalue reference.
2020

2121
<resolution>
2222
<p>
23-
Add an rvalue qualifier to the declaration of <code>connect</code> in <a href="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 <sref ref="[exec.task.scheduler]"/> paragraph 8:
2424
<blockquote>
2525
<pre>
2626
namespace std::execution {
@@ -36,7 +36,7 @@ namespace std::execution {
3636
</blockquote>
3737
</p>
3838
<p>
39-
In the specification in <a href="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 <sref ref="[exec.task.scheduler]"/> paragraph 10 add an rvalue qualifier to <code>connect</code>:
4040
<blockquote>
4141
<pre>
4242
template&lt;receiver Rcvr&gt;

0 commit comments

Comments
 (0)