Skip to content

Commit 6ce5874

Browse files
authored
[exec.sync.wait] Mark use of state.error as exposition-only (#7215)
1 parent f1379f5 commit 6ce5874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4604,7 +4604,7 @@
46044604

46054605
state.@\exposid{loop}@.run();
46064606
if (state.@\exposid{error}@) {
4607-
rethrow_exception(std::move(state.error));
4607+
rethrow_exception(std::move(state.@\exposid{error}@));
46084608
}
46094609
return std::move(state.@\exposid{result}@);
46104610
\end{codeblock}

0 commit comments

Comments
 (0)