File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4175
4175
\pnum
4176
4176
There are specializations of the \tcode {atomic_ref} class template
4177
4177
for all pointer-to-object types.
4178
- For each such type \placeholder {pointer-type},
4178
+ For each such type \tcode { \ placeholder {pointer-type} },
4179
4179
the specialization \tcode {atomic_ref<\placeholder {pointer-type}>} provides
4180
4180
additional atomic operations appropriate to pointer types.
4181
4181
4373
4373
common to integers and pointers to objects}
4374
4374
4375
4375
\pnum
4376
- Let \placeholder {referred-type}
4377
- be \placeholder {pointer-type}
4376
+ Let \tcode { \ placeholder {referred-type} }
4377
+ be \tcode { \ placeholder {pointer-type} }
4378
4378
for the specializations in \ref {atomics.ref.pointer } and
4379
- be \placeholder {integral-type}
4379
+ be \tcode { \ placeholder {integral-type} }
4380
4380
for the specializations in \ref {atomics.ref.int }.
4381
4381
4382
4382
You can’t perform that action at this time.
0 commit comments