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 1463
1463
Fun @\exposid {fun}@; // \expos
1464
1464
using type = @\exposid {call-result-t}@<Fun>;
1465
1465
1466
- constexpr operator type() && noexcept(@\exposid {nothrow-callable}@<Fun>) {
1466
+ constexpr operator type() && noexcept(@\exposconcept {nothrow-callable}@<Fun>) {
1467
1467
return std::move(fun)();
1468
1468
}
1469
1469
1470
- constexpr type operator()() && noexcept(@\exposid {nothrow-callable}@<Fun>) {
1470
+ constexpr type operator()() && noexcept(@\exposconcept {nothrow-callable}@<Fun>) {
1471
1471
return std::move(fun)();
1472
1472
}
1473
1473
};
1730
1730
the constructor of \exposid {basic-state} is:
1731
1731
\begin {codeblock }
1732
1732
is_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&>
1734
1734
\end {codeblock }
1735
1735
1736
1736
\pnum
You can’t perform that action at this time.
0 commit comments