Skip to content

Commit 9f77bda

Browse files
committed
[exec.par.scheduler] Use 'has the value' for an expression
Fixes NB US 262-394 (C++26 CD).
1 parent 322d380 commit 9f77bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8286,8 +8286,8 @@
82868286
where \tcode{sch} is associated with \tcode{ptr}.
82878287

82888288
\pnum
8289-
The expression \tcode{get_forward_progress_guarantee(sch)} returns
8290-
\tcode{forward_progress_guarantee::paral\-lel}.
8289+
The expression \tcode{get_forward_progress_guarantee(sch)} has the value
8290+
\tcode{forward_progress_guarantee::\brk{}parallel}.
82918291

82928292
\pnum
82938293
Let \tcode{sch2} be an object of type \tcode{parallel_scheduler}.

0 commit comments

Comments
 (0)