Skip to content

Commit

Permalink
CWG2652 Overbroad definition of __STDCPP_BFLOAT16_T__
Browse files Browse the repository at this point in the history
Fixes NB US 071 (C++23 CD).
  • Loading branch information
burblebee authored and tkoeppe committed Nov 23, 2022
1 parent 10b117e commit 255d8d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/preprocessor.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,8 @@
\mname{STDCPP_BFLOAT16_T}\\
Defined as the integer literal \tcode{1}
if and only if the implementation supports an extended floating-point type
with the properties described in \ref{basic.extended.fp}.
with the properties of the \grammarterm{typedef-name} \tcode{std::bfloat16_t}
as described in \ref{basic.extended.fp}.

\item
\indextext{__time__@\mname{TIME}}%
Expand Down

0 comments on commit 255d8d1

Please sign in to comment.