Skip to content

Commit 8d35858

Browse files
eisenwavetkoeppe
authored andcommitted
P3914R0: Re NB US 263-396 (C++26 CD).
Fixes NB US 263-396 (C++26 CD).
1 parent e1fb4d3 commit 8d35858

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
@@ -8532,8 +8532,13 @@
85328532

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

85388543
\pnum
85398544
\remarks

0 commit comments

Comments
 (0)