Skip to content

Commit 8dd9ff4

Browse files
committed
[atomics.{ref,types}.float] Add missing \tcode
1 parent 38ffbee commit 8dd9ff4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/threads.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,11 +4103,11 @@
41034103
If the result is not a representable value for its type\iref{expr.pre},
41044104
the result is unspecified,
41054105
but the operations otherwise have no undefined behavior.
4106-
Atomic arithmetic operations on \placeholder{floating-point-type}
4106+
Atomic arithmetic operations on \tcode{\placeholder{floating-point-type}}
41074107
should conform to the \tcode{numeric_limits<\placeholder{floating-point-type}>}
41084108
traits associated with the floating-point type\iref{limits.syn}.
41094109
The floating-point environment\iref{cfenv}
4110-
for atomic arithmetic operations on \placeholder{floating-point-type}
4110+
for atomic arithmetic operations on \tcode{\placeholder{floating-point-type}}
41114111
may be different than the calling thread's floating-point environment.
41124112
The arithmetic rules of floating-point atomic modify-write operations
41134113
may be different from operations on floating-point types or
@@ -5651,11 +5651,11 @@
56515651
If the result is not a representable value for its type\iref{expr.pre}
56525652
the result is unspecified,
56535653
but the operations otherwise have no undefined behavior.
5654-
Atomic arithmetic operations on \placeholder{floating-point-type}
5654+
Atomic arithmetic operations on \tcode{\placeholder{floating-point-type}}
56555655
should conform to the \tcode{numeric_limits<\placeholder{floating-point-type}>}
56565656
traits associated with the floating-point type\iref{limits.syn}.
56575657
The floating-point environment\iref{cfenv} for
5658-
atomic arithmetic operations on \placeholder{floating-point-type}
5658+
atomic arithmetic operations on \tcode{\placeholder{floating-point-type}}
56595659
may be different than the calling thread's floating-point environment.
56605660
The arithmetic rules of floating-point atomic modify-write operations
56615661
may be different from operations on

0 commit comments

Comments
 (0)