Skip to content

Commit 255d8d1

Browse files
burblebeetkoeppe
authored andcommitted
CWG2652 Overbroad definition of __STDCPP_BFLOAT16_T__
Fixes NB US 071 (C++23 CD).
1 parent 10b117e commit 255d8d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/preprocessor.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,8 @@
17661766
\mname{STDCPP_BFLOAT16_T}\\
17671767
Defined as the integer literal \tcode{1}
17681768
if and only if the implementation supports an extended floating-point type
1769-
with the properties described in \ref{basic.extended.fp}.
1769+
with the properties of the \grammarterm{typedef-name} \tcode{std::bfloat16_t}
1770+
as described in \ref{basic.extended.fp}.
17701771

17711772
\item
17721773
\indextext{__time__@\mname{TIME}}%

0 commit comments

Comments
 (0)