Skip to content

Commit 0a22a24

Browse files
jensmaurertkoeppe
authored andcommitted
[temp.variadic] Move example so that it attaches to the correct paragraph. (#1082)
Fixes #964.
1 parent e028d70 commit 0a22a24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/templates.tex

Lines changed: 6 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,12 @@
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+
18101810
\pnum
18111811
A parameter pack whose name appears within the pattern of a pack
18121812
expansion is expanded by that pack expansion. An appearance of the name of

0 commit comments

Comments
 (0)