Skip to content

Commit 8a13ae0

Browse files
committed
Try to fix latex
1 parent 7ef089c commit 8a13ae0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/templates.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@
149149
do not reintroduce or bind names.
150150
Their target scope is the target scope of the primary template,
151151
so all specializations of a template belong to the same scope as it does.
152-
\end{note}
153-
154152
\begin{example}
155153
\begin{codeblock}
156154
void f();
@@ -165,6 +163,7 @@
165163
template<> void f<int>(long long); // OK, doesn't bind a name
166164
\end{codeblock}
167165
\end{example}
166+
\end{note}
168167

169168
\pnum
170169
\indextext{entity!templated}%

0 commit comments

Comments
 (0)