Skip to content

Commit 3c3c44a

Browse files
committed
[basic.extended.fp] Replace "typedef-name" with "type alias"
1 parent 721d01c commit 3c3c44a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/basic.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5771,7 +5771,7 @@
57715771
If the implementation supports an extended floating-point type\iref{basic.fundamental}
57725772
whose properties are specified by
57735773
the \IsoFloatUndated{} floating-point interchange format binary16,
5774-
then the \grammarterm{typedef-name} \tcode{std::float16_t}
5774+
then the type alias \tcode{std::float16_t}
57755775
is declared in the header \libheaderref{stdfloat} and names such a type,
57765776
the macro \mname{STDCPP_FLOAT16_T} is defined\iref{cpp.predefined}, and
57775777
the floating-point literal suffixes \tcode{f16} and \tcode{F16}
@@ -5781,7 +5781,7 @@
57815781
If the implementation supports an extended floating-point type
57825782
whose properties are specified by
57835783
the \IsoFloatUndated{} floating-point interchange format binary32,
5784-
then the \grammarterm{typedef-name} \tcode{std::float32_t}
5784+
then the type alias \tcode{std::float32_t}
57855785
is declared in the header \libheader{stdfloat} and names such a type,
57865786
the macro \mname{STDCPP_FLOAT32_T} is defined, and
57875787
the floating-point literal suffixes \tcode{f32} and \tcode{F32} are supported.
@@ -5790,7 +5790,7 @@
57905790
If the implementation supports an extended floating-point type
57915791
whose properties are specified by
57925792
the \IsoFloatUndated{} floating-point interchange format binary64,
5793-
then the \grammarterm{typedef-name} \tcode{std::float64_t}
5793+
then the type alias \tcode{std::float64_t}
57945794
is declared in the header \libheader{stdfloat} and names such a type,
57955795
the macro \mname{STDCPP_FLOAT64_T} is defined, and
57965796
the floating-point literal suffixes \tcode{f64} and \tcode{F64} are supported.
@@ -5799,7 +5799,7 @@
57995799
If the implementation supports an extended floating-point type
58005800
whose properties are specified by
58015801
the \IsoFloatUndated{} floating-point interchange format binary128,
5802-
then the \grammarterm{typedef-name} \tcode{std::float128_t}
5802+
then the type alias \tcode{std::float128_t}
58035803
is declared in the header \libheader{stdfloat} and names such a type,
58045804
the macro \mname{STDCPP_FLOAT128_T} is defined, and
58055805
the floating-point literal suffixes \tcode{f128} and \tcode{F128} are supported.
@@ -5812,7 +5812,7 @@
58125812
precision in bits ($p$) of 8,
58135813
maximum exponent ($emax$) of 127, and
58145814
exponent field width in bits ($w$) of 8, then
5815-
the \grammarterm{typedef-name} \tcode{std::bfloat16_t}
5815+
the type alias \tcode{std::bfloat16_t}
58165816
is declared in the header \libheader{stdfloat} and names such a type,
58175817
the macro \mname{STDCPP_BFLOAT16_T} is defined, and
58185818
the floating-point literal suffixes \tcode{bf16} and \tcode{BF16} are supported.

0 commit comments

Comments
 (0)