Skip to content

Commit f85cf3e

Browse files
committed
LWG4446 Bad phrasing for SCHED(s)
Fixes US 240-370 (C++26 CD).
1 parent 1df1d7f commit f85cf3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/exec.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7027,7 +7027,8 @@
70277027
\tcode{task_scheduler} is a class that models
70287028
\libconcept{scheduler}\iref{exec.sched}.
70297029
Given an object \tcode{s} of type \tcode{task_scheduler}, let
7030-
\tcode{\exposid{SCHED}(s)} be the object owned by \tcode{s.\exposid{sch_}}.
7030+
\tcode{\exposid{SCHED}(s)} be the object
7031+
pointed to by the pointer owned by \tcode{s.\exposid{sch_}}.
70317032

70327033
\indexlibraryctor{task_scheduler}
70337034
\begin{itemdecl}

0 commit comments

Comments
 (0)