File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5357
5357
5358
5358
template<class E>
5359
5359
void set_error(E&& e) && noexcept {
5360
- @\exposid {set-complete}@<set_error_t>(std::forward<E>(e));
5360
+ @\exposid {set-complete}@<set_error_t>(std::forward<E>(e));
5361
5361
}
5362
5362
5363
5363
void set_stopped() && noexcept {
5364
- @\exposid {set-complete}@<set_stopped_t>();
5364
+ @\exposid {set-complete}@<set_stopped_t>();
5365
5365
}
5366
5366
5367
5367
private:
5499
5499
std::move(this->@\exposid {result}@).visit(
5500
5500
[&rcvr](auto&& tuple) noexcept {
5501
5501
if constexpr (!@\libconcept {same_as}@<remove_reference_t<decltype(tuple)>, monostate>) {
5502
- apply([&rcvr](auto cpo, auto&&... vals) {
5503
- cpo(std::move(rcvr), std::move(vals)...);
5504
- }, std::move(tuple));
5502
+ apply([&rcvr](auto cpo, auto&&... vals) {
5503
+ cpo(std::move(rcvr), std::move(vals)...);
5504
+ }, std::move(tuple));
5505
5505
}
5506
5506
});
5507
5507
\end {codeblock }
You can’t perform that action at this time.
0 commit comments