Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

\item be an \grammarterm{alias-declaration}.
\end{itemize}
It shall not be a \grammarterm{linkage-specification}.
Comment thread
notdanhan marked this conversation as resolved.

\pnum
A \grammarterm{template-declaration} is a \grammarterm{declaration}.
Expand Down Expand Up @@ -152,8 +153,6 @@
\indextext{template name!linkage of}%
A specialization (explicit or implicit) of one template is
distinct from all specializations of any other template.
A template, an explicit specialization\iref{temp.expl.spec}, and a
partial specialization shall not have C language linkage.
\begin{note}
Default arguments for function templates and for member functions of
class templates are considered definitions for the purpose of template
Expand Down
Loading