Skip to content

Commit 5f03026

Browse files
committed
[temp.variadic] Move example so that it attaches to the correct paragraph.
Fixes #964.
1 parent 24fb65b commit 5f03026

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/templates.tex

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,12 +1790,6 @@
17901790
that contains an unexpanded parameter pack.
17911791
\end{itemize}
17921792

1793-
\pnum
1794-
For the purpose of determining whether a parameter pack satisfies a rule
1795-
regarding entities other than parameter packs, the parameter pack is
1796-
considered to be the entity that would result from an instantiation of
1797-
the pattern in which it appears.
1798-
17991793
\begin{example}
18001794

18011795
\begin{codeblock}
@@ -1807,6 +1801,13 @@
18071801

18081802
\end{example}
18091803

1804+
\pnum
1805+
For the purpose of determining whether a parameter pack satisfies a rule
1806+
regarding entities other than parameter packs, the parameter pack is
1807+
considered to be the entity that would result from an instantiation of
1808+
the pattern in which it appears.
1809+
1810+
18101811
\pnum
18111812
A parameter pack whose name appears within the pattern of a pack
18121813
expansion is expanded by that pack expansion. An appearance of the name of

0 commit comments

Comments
 (0)