From 9f77bdaddf298cb0c376d05933e4defc639731d7 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sun, 5 Oct 2025 08:23:03 +0200 Subject: [PATCH] [exec.par.scheduler] Use 'has the value' for an expression Fixes NB US 262-394 (C++26 CD). --- source/exec.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/exec.tex b/source/exec.tex index 34d0a3ebd6..2cf56ce244 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -8286,8 +8286,8 @@ where \tcode{sch} is associated with \tcode{ptr}. \pnum -The expression \tcode{get_forward_progress_guarantee(sch)} returns -\tcode{forward_progress_guarantee::paral\-lel}. +The expression \tcode{get_forward_progress_guarantee(sch)} has the value +\tcode{forward_progress_guarantee::\brk{}parallel}. \pnum Let \tcode{sch2} be an object of type \tcode{parallel_scheduler}.