Skip to content

Commit 9d78e1e

Browse files
committed
LWG4247 Header <stdbit.h> is not yet freestanding
1 parent b06b819 commit 9d78e1e

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
@@ -1623,6 +1623,7 @@
16231623
\ref{expected} & Expected objects & \tcode{<expected>} \\ \rowsep
16241624
\ref{function.objects} & Function objects & \tcode{<functional>} \\ \rowsep
16251625
\ref{bit} & Bit manipulation & \tcode{<bit>} \\ \rowsep
1626+
\ref{stdbit.h.syn} & C-compatible bit manipulation & \tcode{<stdbit.h>} \\ \rowsep
16261627
\ref{array} & Class template \tcode{array} & \tcode{<array>} \\ \rowsep
16271628
\ref{inplace.vector} & Class template \tcode{inplace_vector} & \tcode{<inplace_vector>} \\ \rowsep
16281629
\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
@@ -15505,6 +15505,8 @@
1550515505

1550615506
\indexheader{stdbit.h}%
1550715507
\begin{codeblock}
15508+
// all freestanding
15509+
1550815510
#define @\libmacro{__STDC_VERSION_STDBIT_H__}@ 202311L
1550915511

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

0 commit comments

Comments
 (0)