Skip to content

Commit 521de93

Browse files
committed
fixup: formatting
1 parent cc32269 commit 521de93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/threads.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3863,7 +3863,9 @@
38633863
additional atomic operations appropriate to pointer types.
38643864

38653865
\pnum
3866-
The program is ill-formed if is_always_lock_free is false and is_volatile_v<T> is true.
3866+
The program is ill-formed
3867+
if \tcode{is_always_lock_free} is \tcode{false} and
3868+
\tcode{is_volatile_v<T>} is \tcode{true}.
38673869

38683870
\begin{codeblock}
38693871
namespace std {
@@ -3942,7 +3944,7 @@
39423944

39433945
\pnum
39443946
\mandates
3945-
\tcode{remove_pointer_t<pointer-type>} is a complete object type.
3947+
\tcode{remove_pointer_t<\placeholder{pointer-type}>} is a complete object type.
39463948

39473949
\pnum
39483950
\effects

0 commit comments

Comments
 (0)