Skip to content

Commit 97b0373

Browse files
author
Dawn Perchik
committed
Unify the formatting of "Equivalent to" be consistent.
1 parent fb9f4c5 commit 97b0373

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225

226226
\tcode{a != b} &
227227
convertible to \tcode{bool} &
228-
Equivalent to: \tcode{!(a == b)} &
228+
Equivalent to \tcode{!(a == b)} &
229229
&
230230
linear \\ \rowsep
231231

source/threads.tex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3087,7 +3087,6 @@
30873087

30883088
\pnum
30893089
\effects Equivalent to:
3090-
30913090
\begin{codeblock}
30923091
return wait_until(lock, chrono::steady_clock::now() + rel_time);
30933092
\end{codeblock}
@@ -3188,7 +3187,6 @@
31883187

31893188
\pnum
31903189
\effects Equivalent to:
3191-
31923190
\begin{codeblock}
31933191
return wait_until(lock, chrono::steady_clock::now() + rel_time, std::move(pred));
31943192
\end{codeblock}
@@ -3429,7 +3427,6 @@
34293427
\begin{itemdescr}
34303428
\pnum
34313429
\effects Equivalent to:
3432-
34333430
\begin{codeblock}
34343431
return wait_until(lock, chrono::steady_clock::now() + rel_time);
34353432
\end{codeblock}
@@ -3490,7 +3487,6 @@
34903487
\begin{itemdescr}
34913488
\pnum
34923489
\effects Equivalent to:
3493-
34943490
\begin{codeblock}
34953491
return wait_until(lock, chrono::steady_clock::now() + rel_time, std::move(pred));
34963492
\end{codeblock}

source/utilities.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@
292292
\pnum
293293
\effects
294294
Equivalent to:
295-
296295
\begin{codeblock}
297296
T old_val = std::move(obj);
298297
obj = std::forward<U>(new_val);

0 commit comments

Comments
 (0)