Skip to content

Commit 9e9197b

Browse files
committed
[meta.general] Add [meta.reflection] to clause summary table
1 parent 85f0b0e commit 9e9197b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/meta.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
These facilities are summarized in \tref{meta.summary}.
99

1010
\begin{libsumtab}{Metaprogramming library summary}{meta.summary}
11-
\ref{intseq} & Integer sequences & \tcode{<utility>} \\ \rowsep
12-
\ref{type.traits} & Type traits & \tcode{<type_traits>} \\ \rowsep
13-
\ref{ratio} & Rational arithmetic & \tcode{<ratio>} \\
11+
\ref{intseq} & Integer sequences & \tcode{<utility>} \\ \rowsep
12+
\ref{type.traits} & Type traits & \tcode{<type_traits>} \\ \rowsep
13+
\ref{meta.reflection} & Reflection & \tcode{<meta>} \\ \rowsep
14+
\ref{ratio} & Rational arithmetic & \tcode{<ratio>} \\
1415
\end{libsumtab}
1516

1617
\rSec1[intseq]{Compile-time integer sequences}

0 commit comments

Comments
 (0)