File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2306
2306
namespace std::execution {
2307
2307
template<class Domain, class Tag, @\libconcept {sender}@ Sndr, class... Args>
2308
2308
constexpr decltype(auto) apply_sender(Domain dom, Tag, Sndr&& sndr, Args&&... args)
2309
- noexcept(see below );
2309
+ noexcept(@ \seebelow@ );
2310
2310
}
2311
2311
\end {itemdecl }
2312
2312
2957
2957
The member \tcode {\exposid {impls-for}<schedule_from_t>::\exposid {get-state}}
2958
2958
is initialized with a callable object equivalent to the following lambda:
2959
2959
\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@ )
2961
2961
requires @\libconcept {sender_in}@<@\exposid {child-type}@<Sndr>, env_of_t<Rcvr>> {
2962
2962
2963
2963
auto& [_, sch, child] = sndr;
You can’t perform that action at this time.
0 commit comments