Skip to content

Commit

Permalink
fixup: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Nov 28, 2024
1 parent cc32269 commit 521de93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3863,7 +3863,9 @@
additional atomic operations appropriate to pointer types.

\pnum
The program is ill-formed if is_always_lock_free is false and is_volatile_v<T> is true.
The program is ill-formed
if \tcode{is_always_lock_free} is \tcode{false} and
\tcode{is_volatile_v<T>} is \tcode{true}.

\begin{codeblock}
namespace std {
Expand Down Expand Up @@ -3942,7 +3944,7 @@

\pnum
\mandates
\tcode{remove_pointer_t<pointer-type>} is a complete object type.
\tcode{remove_pointer_t<\placeholder{pointer-type}>} is a complete object type.

\pnum
\effects
Expand Down

0 comments on commit 521de93

Please sign in to comment.