diff --git a/source/exec.tex b/source/exec.tex index 89adfa9df6..503d46457e 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -1463,11 +1463,11 @@ Fun @\exposid{fun}@; // \expos using type = @\exposid{call-result-t}@; - constexpr operator type() && noexcept(@\exposid{nothrow-callable}@) { + constexpr operator type() && noexcept(@\exposconcept{nothrow-callable}@) { return std::move(fun)(); } - constexpr type operator()() && noexcept(@\exposid{nothrow-callable}@) { + constexpr type operator()() && noexcept(@\exposconcept{nothrow-callable}@) { return std::move(fun)(); } }; @@ -1730,7 +1730,7 @@ the constructor of \exposid{basic-state} is: \begin{codeblock} is_nothrow_move_constructible_v && -@\exposid{nothrow-callable}@>::@\exposid{get-state}@), Sndr, Rcvr&> +@\exposconcept{nothrow-callable}@>::@\exposid{get-state}@), Sndr, Rcvr&> \end{codeblock} \pnum