Skip to content

Commit 724e83e

Browse files
jensmaurertkoeppe
authored andcommitted
[meta] Create new clause
and move [intseq], [meta], and [ratio] from [utilities] into the new clause.
1 parent 1daeb8e commit 724e83e

File tree

5 files changed

+2639
-2620
lines changed

5 files changed

+2639
-2620
lines changed

source/lib-intro.tex

+7-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
\ref{concepts} & Concepts library \\
3131
\ref{diagnostics} & Diagnostics library \\
3232
\ref{mem} & Memory management library \\
33+
\ref{meta} & Metaprogramming library \\
3334
\ref{utilities} & General utilities library \\
3435
\ref{strings} & Strings library \\
3536
\ref{containers} & Containers library \\
@@ -64,6 +65,11 @@
6465
The memory management library\iref{mem} provides components for
6566
memory management, including smart pointers and scoped allocators.
6667

68+
\pnum
69+
The metaprogramming library\iref{meta} describes facilities
70+
for use in templates and during constant evaluation,
71+
including type traits, integer sequences, and rational arithmetic.
72+
6773
\pnum
6874
The general utilities library\iref{utilities} includes components used
6975
by other library elements, such as a predefined storage allocator for dynamic
@@ -1337,7 +1343,7 @@
13371343
\ref{support.coroutine} & Coroutines support & \tcode{<coroutine>} \\ \rowsep
13381344
\ref{support.runtime} & Other runtime support & \tcode{<cstdarg>} \\ \rowsep
13391345
\ref{concepts} & Concepts library & \tcode{<concepts>} \\ \rowsep
1340-
\ref{meta} & Type traits & \tcode{<type_traits>} \\ \rowsep
1346+
\ref{type.traits} & Type traits & \tcode{<type_traits>} \\ \rowsep
13411347
\ref{bit} & Bit manipulation & \tcode{<bit>} \\ \rowsep
13421348
\ref{atomics} & Atomics & \tcode{<atomic>} \\
13431349
\end{libsumtab}

0 commit comments

Comments
 (0)