Skip to content

Commit 54ce6ab

Browse files
burblebeetkoeppe
authored andcommitted
LWG4247 Header <stdbit.h> is not yet freestanding
1 parent e0a0fbf commit 54ce6ab

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,7 @@
16301630
\ref{expected} & Expected objects & \tcode{<expected>} \\ \rowsep
16311631
\ref{function.objects} & Function objects & \tcode{<functional>} \\ \rowsep
16321632
\ref{bit} & Bit manipulation & \tcode{<bit>} \\ \rowsep
1633+
\ref{stdbit.h.syn} & C-compatible bit manipulation & \tcode{<stdbit.h>} \\ \rowsep
16331634
\ref{array} & Class template \tcode{array} & \tcode{<array>} \\ \rowsep
16341635
\ref{inplace.vector} & Class template \tcode{inplace_vector} & \tcode{<inplace_vector>} \\ \rowsep
16351636
\ref{views.contiguous} & Contiguous access & \tcode{<span>} \\ \rowsep

source/utilities.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15508,6 +15508,8 @@
1550815508

1550915509
\indexheader{stdbit.h}%
1551015510
\begin{codeblock}
15511+
// all freestanding
15512+
1551115513
#define @\libmacro{__STDC_VERSION_STDBIT_H__}@ 202311L
1551215514

1551315515
#define @\libmacro{__STDC_ENDIAN_BIG__}@ @\seebelow@

0 commit comments

Comments
 (0)