Skip to content

Commit 3cc099b

Browse files
committed
[meta] Create new clause
and move [intseq], [meta], and [ratio] from [utilities] into the new clause.
1 parent 0782f01 commit 3cc099b

File tree

4 files changed

+2633
-2619
lines changed

4 files changed

+2633
-2619
lines changed

source/lib-intro.tex

Lines changed: 2 additions & 1 deletion
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 \\
@@ -1333,7 +1334,7 @@
13331334
\ref{support.coroutine} & Coroutines support & \tcode{<coroutine>} \\ \rowsep
13341335
\ref{support.runtime} & Other runtime support & \tcode{<cstdarg>} \\ \rowsep
13351336
\ref{concepts} & Concepts library & \tcode{<concepts>} \\ \rowsep
1336-
\ref{meta} & Type traits & \tcode{<type_traits>} \\ \rowsep
1337+
\ref{type.traits} & Type traits & \tcode{<type_traits>} \\ \rowsep
13371338
\ref{bit} & Bit manipulation & \tcode{<bit>} \\ \rowsep
13381339
\ref{atomics} & Atomics & \tcode{<atomic>} \\
13391340
\end{libsumtab}

0 commit comments

Comments
 (0)