Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18872,7 +18872,7 @@
\indexlibraryglobal{ferror}%
\indexlibraryglobal{perror}%
\begin{codeblock}
#define __STDC_VERSION_STDIO_H__ 202311L
#define @\libmacro{__STDC_VERSION_STDIO_H__}@ 202311L

namespace std {
using size_t = @\textit{see \ref{support.types.layout}}@;
Expand Down Expand Up @@ -19045,7 +19045,7 @@
constexpr imaxdiv_t div(intmax_t, intmax_t); // optional, see below
}

#define __STDC_VERSION_INTTYPES_H__ 202311L
#define @\libmacro{__STDC_VERSION_INTTYPES_H__}@ 202311L

#define PRId@\placeholdernc{N}@ @\seebelow@
#define PRIi@\placeholdernc{N}@ @\seebelow@
Expand Down
2 changes: 1 addition & 1 deletion source/strings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5501,7 +5501,7 @@
\indexlibraryglobal{strtok}%
\indexlibraryglobal{strxfrm}%
\begin{codeblock}
#define __STDC_VERSION_STRING_H__ 202311L
#define @\libmacro{__STDC_VERSION_STRING_H__}@ 202311L

namespace std {
using size_t = @\textit{see \ref{support.types.layout}}@; // freestanding
Expand Down
8 changes: 4 additions & 4 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@
\indexheader{cfloat}%
\begin{codeblock}
// all freestanding
#define __STDC_VERSION_FLOAT_H__ 202311L
#define @\libmacro{__STDC_VERSION_FLOAT_H__}@ 202311L

#define @\libmacro{FLT_ROUNDS}@ @\seebelow@
#define @\libmacro{FLT_EVAL_METHOD}@ @\seebelow@
Expand Down Expand Up @@ -1944,7 +1944,7 @@
\indexlibraryglobal{UINTMAX_C}%
\begin{codeblock}
// all freestanding
#define __STDC_VERSION_STDINT_H__ 202311L
#define @\libmacro{__STDC_VERSION_STDINT_H__}@ 202311L

namespace std {
using int8_t = @\textit{signed integer type}@; // optional
Expand Down Expand Up @@ -6366,7 +6366,7 @@
\indexheader{cstdarg}%
\begin{codeblock}
// all freestanding
#define __STDC_VERSION_STDARG_H__ 202311L
#define @\libmacro{__STDC_VERSION_STDARG_H__}@ 202311L

namespace std {
using @\libglobal{va_list}@ = @\seebelow@;
Expand Down Expand Up @@ -6408,7 +6408,7 @@
\indexlibraryglobal{longjmp}%
\indexlibraryglobal{setjmp}%
\begin{codeblock}
#define __STDC_VERSION_SETJMP_H__ 202311L
#define @\libmacro{__STDC_VERSION_SETJMP_H__}@ 202311L

namespace std {
using jmp_buf = @\seebelow@;
Expand Down
4 changes: 2 additions & 2 deletions source/text.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13177,7 +13177,7 @@
\indexlibraryglobal{wprintf}%
\indexlibraryglobal{wscanf}%
\begin{codeblock}
#define __STDC_VERSION_WCHAR_H__ 202311L
#define @\libmacro{__STDC_VERSION_WCHAR_H__}@ 202311L

namespace std {
using size_t = @\textit{see \ref{support.types.layout}}@; // freestanding
Expand Down Expand Up @@ -13287,7 +13287,7 @@
\indexlibraryglobal{mbrtoc32}%
\indexlibraryglobal{c32rtomb}%
\begin{codeblock}
#define __STDC_VERSION_UCHAR_H__ 202311L
#define @\libmacro{__STDC_VERSION_UCHAR_H__}@ 202311L

namespace std {
using mbstate_t = @\seebelow@;
Expand Down
2 changes: 1 addition & 1 deletion source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11647,7 +11647,7 @@
\indexlibraryglobal{timegm}%
\indexlibraryglobal{tm}%
\begin{codeblock}
#define __STDC_VERSION_TIME_H__ 202311L
#define @\libmacro{__STDC_VERSION_TIME_H__}@ 202311L

#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@
#define @\libmacro{CLOCKS_PER_SEC}@ @\seebelow@
Expand Down
Loading