Skip to content

Commit b955460

Browse files
committed
[atomics.ref.pointer, atomics.types.memop] Add missing \tcode
1 parent 8dd9ff4 commit b955460

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
@@ -4175,7 +4175,7 @@
41754175
\pnum
41764176
There are specializations of the \tcode{atomic_ref} class template
41774177
for all pointer-to-object types.
4178-
For each such type \placeholder{pointer-type},
4178+
For each such type \tcode{\placeholder{pointer-type}},
41794179
the specialization \tcode{atomic_ref<\placeholder{pointer-type}>} provides
41804180
additional atomic operations appropriate to pointer types.
41814181

@@ -4373,10 +4373,10 @@
43734373
common to integers and pointers to objects}
43744374

43754375
\pnum
4376-
Let \placeholder{referred-type}
4377-
be \placeholder{pointer-type}
4376+
Let \tcode{\placeholder{referred-type}}
4377+
be \tcode{\placeholder{pointer-type}}
43784378
for the specializations in \ref{atomics.ref.pointer} and
4379-
be \placeholder{integral-type}
4379+
be \tcode{\placeholder{integral-type}}
43804380
for the specializations in \ref{atomics.ref.int}.
43814381

43824382

0 commit comments

Comments
 (0)