Skip to content

Commit 24ceda7

Browse files
authored
[exec.snd.apply,exec.schedule.from] Properly mark "see below" (#7210)
1 parent 6ea6df4 commit 24ceda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@
23062306
namespace std::execution {
23072307
template<class Domain, class Tag, @\libconcept{sender}@ Sndr, class... Args>
23082308
constexpr decltype(auto) apply_sender(Domain dom, Tag, Sndr&& sndr, Args&&... args)
2309-
noexcept(see below);
2309+
noexcept(@\seebelow@);
23102310
}
23112311
\end{itemdecl}
23122312

@@ -2957,7 +2957,7 @@
29572957
The member \tcode{\exposid{impls-for}<schedule_from_t>::\exposid{get-state}}
29582958
is initialized with a callable object equivalent to the following lambda:
29592959
\begin{codeblock}
2960-
[]<class Sndr, class Rcvr>(Sndr&& sndr, Rcvr& rcvr) noexcept(see below)
2960+
[]<class Sndr, class Rcvr>(Sndr&& sndr, Rcvr& rcvr) noexcept(@\seebelow@)
29612961
requires @\libconcept{sender_in}@<@\exposid{child-type}@<Sndr>, env_of_t<Rcvr>> {
29622962

29632963
auto& [_, sch, child] = sndr;

0 commit comments

Comments
 (0)