File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14631463 Fun @\exposid {fun}@; // \expos
14641464 using type = @\exposid {call-result-t}@<Fun>;
14651465
1466- constexpr operator type() && noexcept(@\exposid {nothrow-callable}@<Fun>) {
1466+ constexpr operator type() && noexcept(@\exposconcept {nothrow-callable}@<Fun>) {
14671467 return std::move(fun)();
14681468 }
14691469
1470- constexpr type operator()() && noexcept(@\exposid {nothrow-callable}@<Fun>) {
1470+ constexpr type operator()() && noexcept(@\exposconcept {nothrow-callable}@<Fun>) {
14711471 return std::move(fun)();
14721472 }
14731473};
17301730the constructor of \exposid {basic-state} is:
17311731\begin {codeblock }
17321732is_nothrow_move_constructible_v<Rcvr> &&
1733- @\exposid {nothrow-callable}@<decltype(@\exposid {impls-for}@<tag_of_t<Sndr>>::@\exposid {get-state}@), Sndr, Rcvr&>
1733+ @\exposconcept {nothrow-callable}@<decltype(@\exposid {impls-for}@<tag_of_t<Sndr>>::@\exposid {get-state}@), Sndr, Rcvr&>
17341734\end {codeblock }
17351735
17361736\pnum
You can’t perform that action at this time.
0 commit comments