Skip to content

Commit 9924512

Browse files
committed
P3914R0: Re NB US 263-396 (C++26 CD).
Fixes NB US 263-396 (C++26 CD).
1 parent d2ac9cf commit 9924512

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

source/exec.tex

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8531,8 +8531,13 @@
85318531

85328532
\pnum
85338533
\returns
8534-
A non-null shared pointer to an object
8535-
that implements the \tcode{parallel_scheduler_backend} interface.
8534+
An object \tcode{p},
8535+
such that \tcode{p.get()} points to a \tcode{parallel_scheduler_backend} object
8536+
that is a base-class subobject
8537+
of some most derived object \tcode{o} within its lifetime.
8538+
The lifetime of \tcode{o} does not end
8539+
as long as there exists a \tcode{shared_ptr} object \tcode{q} within its lifetime
8540+
such that \tcode{q.owner_equal(p)} is \tcode{true}.
85368541

85378542
\pnum
85388543
\remarks

0 commit comments

Comments
 (0)