Skip to content

Commit 6cb2e4d

Browse files
committed
[thread.{,j}thread.constr] Turn notes about effects of attributes into notes.
1 parent 1900bba commit 6cb2e4d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

source/threads.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,8 +1857,10 @@
18571857
\end{note}
18581858
If the invocation of \tcode{invoke} terminates with an uncaught exception,
18591859
\tcode{terminate} is invoked\iref{except.terminate}.
1860+
\begin{note}
18601861
The parameters \tcode{attrs...}
18611862
can affect the behavior of the new thread\iref{thread.attributes}.
1863+
\end{note}
18621864

18631865
\pnum
18641866
\sync
@@ -2238,11 +2240,10 @@
22382240
\end{note}
22392241
If the \tcode{invoke} expression exits via an exception,
22402242
\tcode{terminate} is called.
2243+
\begin{note}
22412244
The parameters \tcode{attrs...}
2242-
%FIXME: why do we have iref{thread.attributes} for thread for the same wording,
2243-
%but not for jthread?
2244-
%While we're at it, could this not be a note?
2245-
can affect the behavior of the new thread.
2245+
can affect the behavior of the new thread\iref{thread.attributes}.
2246+
\end{note}
22462247

22472248
\pnum
22482249
\sync

0 commit comments

Comments
 (0)