Skip to content

Commit 7453941

Browse files
committed
[atomics.ref] Reword introductory sentences to avoid overfull hbox.
1 parent 8dc9432 commit 7453941

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/atomics.tex

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@
899899

900900
\pnum
901901
\indexlibrary{\idxcode{atomic_ref<\placeholder{integral}>}}%
902-
There are specializations of the \tcode{atomic_ref} template
902+
There are specializations of the \tcode{atomic_ref} class template
903903
for the integral types
904904
\tcode{char},
905905
\tcode{signed char},
@@ -916,7 +916,7 @@
916916
\tcode{char32_t},
917917
\tcode{wchar_t},
918918
and any other types needed by the typedefs in the header \tcode{<cstdint>}.
919-
For each such integral type \tcode{\placeholder{integral}},
919+
For each such type \tcode{\placeholder{integral}},
920920
the specialization \tcode{atomic_ref<\placeholder{integral}>} provides
921921
additional atomic operations appropriate to integral types.
922922
\begin{note}
@@ -1037,13 +1037,13 @@
10371037

10381038
\pnum
10391039
\indexlibrary{\idxcode{atomic_ref<\placeholder{floating-point}>}}%
1040-
There are specializations of the \tcode{atomic_ref} template
1040+
There are specializations of the \tcode{atomic_ref} class template
10411041
for the floating-point types
10421042
\tcode{float},
10431043
\tcode{double}, and
10441044
\tcode{long double}.
1045-
For each such floating-point type \tcode{\placeholder{floating-point}},
1046-
the specialization \tcode{atomic_ref<\placeholder{floating-point}>} provides
1045+
For each such type \tcode{\placeholder{floating-point}},
1046+
the specialization \tcode{atomic_ref<\placeholder{floating-\-point}>} provides
10471047
additional atomic operations appropriate to floating-point types.
10481048

10491049
\begin{codeblock}
@@ -1713,7 +1713,7 @@
17131713
\indexlibrary{\idxcode{atomic<\placeholder{integral}>}}%
17141714
\pnum
17151715
There are specializations of the \tcode{atomic}
1716-
template for the integral types
1716+
class template for the integral types
17171717
\tcode{char},
17181718
\tcode{signed char},
17191719
\tcode{unsigned char},
@@ -1729,7 +1729,7 @@
17291729
\tcode{char32_t},
17301730
\tcode{wchar_t},
17311731
and any other types needed by the typedefs in the header \tcode{<cstdint>}.
1732-
For each such integral type \tcode{\placeholder{integral}}, the specialization
1732+
For each such type \tcode{\placeholder{integral}}, the specialization
17331733
\tcode{atomic<\placeholder{integral}>} provides additional atomic operations appropriate to integral types.
17341734
\begin{note}
17351735
For the specialization \tcode{atomic<bool>}, see \ref{atomics.types.generic}.
@@ -1905,11 +1905,11 @@
19051905
\indexlibrary{\idxcode{atomic<\placeholder{floating-point}>}}%
19061906
\pnum
19071907
There are specializations of the \tcode{atomic}
1908-
template for the floating-point types
1908+
class template for the floating-point types
19091909
\tcode{float},
19101910
\tcode{double}, and
19111911
\tcode{long double}.
1912-
For each such floating-point type \tcode{\placeholdernc{floating-point}},
1912+
For each such type \tcode{\placeholdernc{floating-point}},
19131913
the specialization \tcode{atomic<\placeholder{floating-point}>}
19141914
provides additional atomic operations appropriate to floating-point types.
19151915

0 commit comments

Comments
 (0)