Skip to content

Commit dd294d4

Browse files
committed
[thread.req.timing] Remove "note" markers around note.
This change was present in P1622R3 but the markup for the change was missing. However, the change was requested by LWG and intended to be made by this paper.
1 parent 938c089 commit dd294d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/threads.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,8 @@
109109
\item
110110
if $C_a > C_t$, the waiting function should wake as soon as possible, i.e., $C_a + D_i + D_m$,
111111
since the timeout is already satisfied.
112-
\begin{note}
113112
This specification may result in the total
114113
duration of the wait decreasing when measured against a steady clock.
115-
\end{note}
116114

117115
\item
118116
if $C_a \leq C_t$, the waiting function should not time out until \tcode{Clock::now()} returns a

0 commit comments

Comments
 (0)