We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a6528 commit 0fbf0edCopy full SHA for 0fbf0ed
source/exec.tex
@@ -5173,7 +5173,7 @@
5173
struct @\exposid{run-loop-opstate-base}@ { // \expos
5174
virtual void @\exposid{execute}@() = 0; // \expos
5175
run_loop* @\exposid{loop}@; // \expos
5176
- run-loop-opstate-base* @\exposid{next}@; // \expos
+ @\exposid{run-loop-opstate-base}@* @\exposid{next}@; // \expos
5177
};
5178
template<class Rcvr>
5179
using @\exposid{run-loop-opstate}@ = @\unspec@; // \expos
0 commit comments