Skip to content

Commit cc0504c

Browse files
Apply suggestions from code review
Co-authored-by: Eric Niebler <eniebler@boost.org>
1 parent e87901a commit cc0504c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7065,9 +7065,9 @@
70657065
\tcode{\exposid{SCHED}(s)} be the object
70667066
pointed to by the pointer owned by \tcode{s.\exposid{sch_}}.
70677067
The expression \tcode{get_forward_progress_guarantee(s)} is equivalent to
7068-
\tcode{get_forward_progress_guarantee(SCHED(s))}.
7068+
\tcode{get_forward_progress_guarantee(\exposid{SCHED}(s))}.
70697069
The expression \tcode{get_completion_domain<set_value_t>(s)} is equivalent to
7070-
\tcode{task_scheduler::ts-domain()}.
7070+
\tcode{task_scheduler::\exposid{ts-domain}()}.
70717071

70727072
\indexlibraryctor{task_scheduler}
70737073
\begin{itemdecl}

0 commit comments

Comments
 (0)