Skip to content

Commit 0fbf0ed

Browse files
authored
[exec.run.loop.general] Add \exposid for run-loop-opstate-base (#7773)
1 parent 13a6528 commit 0fbf0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -5173,7 +5173,7 @@
51735173
struct @\exposid{run-loop-opstate-base}@ { // \expos
51745174
virtual void @\exposid{execute}@() = 0; // \expos
51755175
run_loop* @\exposid{loop}@; // \expos
5176-
run-loop-opstate-base* @\exposid{next}@; // \expos
5176+
@\exposid{run-loop-opstate-base}@* @\exposid{next}@; // \expos
51775177
};
51785178
template<class Rcvr>
51795179
using @\exposid{run-loop-opstate}@ = @\unspec@; // \expos

0 commit comments

Comments
 (0)