File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 612
612
member functions as the corresponding specialization.
613
613
614
614
\begin {floattablebase }
615
- {\tcode { atomic} integral typedefs }{tab:atomics.integral}{ll}{ht}
615
+ {Named atomic types }{tab:atomics.integral}{ll}{ht}
616
616
\hline
617
- \textbf {Named type } & \textbf {Integral argument type } \\ \hline
617
+ \textbf {Named atomic type } & \textbf {Corresponding non-atomic type } \\ \hline
618
618
\tcode {atomic_char} & \tcode {char} \\
619
619
\tcode {atomic_schar} & \tcode {signed char} \\
620
620
\tcode {atomic_uchar} & \tcode {unsigned char} \\
633
633
\end {floattablebase }
634
634
635
635
\pnum
636
- There shall be atomic typedefs corresponding to the typedefs in the header \tcode {<inttypes.h>} as
636
+ There shall be atomic typedefs corresponding to non-atomic typedefs as
637
637
specified in Table~\ref {tab:atomics.typedefs }.
638
638
639
639
\begin {floattablebase }
640
- {\tcode {atomic} \tcode {<inttypes.h>} typedefs}{tab:atomics.typedefs}{ll}{ht}
640
+ {Atomic typedefs}{tab:atomics.typedefs}{ll}{ht}
641
641
\hline
642
- \textbf {Atomic typedef } & \textbf {\tcode {<inttypes.h>} type } \\ \hline
642
+ \textbf {Atomic typedef } & \textbf {Corresponding non-atomic typedef } \\ \hline
643
643
\tcode {atomic_int_least8_t} & \tcode {int_least8_t} \\
644
644
\tcode {atomic_uint_least8_t} & \tcode {uint_least8_t} \\
645
645
\tcode {atomic_int_least16_t} & \tcode {int_least16_t} \\
You can’t perform that action at this time.
0 commit comments