From 05c74668364e44fcb51c51c141768c04b8e0f06e Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Tue, 25 Mar 2025 01:00:58 +0800 Subject: [PATCH] [exec.run.loop.general] Add \exposid for run-loop-opstate-base --- source/exec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exec.tex b/source/exec.tex index 97e105ecd9..fc16b5d89c 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -5173,7 +5173,7 @@ struct @\exposid{run-loop-opstate-base}@ { // \expos virtual void @\exposid{execute}@() = 0; // \expos run_loop* @\exposid{loop}@; // \expos - run-loop-opstate-base* @\exposid{next}@; // \expos + @\exposid{run-loop-opstate-base}@* @\exposid{next}@; // \expos }; template using @\exposid{run-loop-opstate}@ = @\unspec@; // \expos