|
546 | 546 | \begin{itemize}
|
547 | 547 | \item class type\iref{class},
|
548 | 548 | \item enumeration type\iref{dcl.enum},
|
549 |
| -\item inline function with external linkage\iref{dcl.inline}, |
550 |
| -\item inline variable with external linkage\iref{dcl.inline}, |
| 549 | +\item inline function or variable\iref{dcl.inline} with external linkage, |
551 | 550 | \item class template\iref{temp},
|
552 | 551 | \item non-static function template\iref{temp.fct},
|
553 | 552 | \item concept\iref{temp.concept},
|
554 | 553 | \item static data member of a class template\iref{temp.static},
|
555 | 554 | \item member function of a class template\iref{temp.mem.func},
|
556 | 555 | \item template specialization for which some template parameters are not
|
557 | 556 | specified~(\ref{temp.spec}, \ref{temp.class.spec}),
|
558 |
| -\item default argument for a parameter (for a function in a given scope), or |
559 |
| -\item default template argument |
| 557 | +\item default argument for a parameter (for a function in a given scope)% |
| 558 | +\iref{dcl.fct.default}, or |
| 559 | +\item default template argument\iref{temp.param} |
560 | 560 | \end{itemize}
|
561 | 561 | in a program provided that
|
562 | 562 | each definition appears in a different translation unit, and
|
|
0 commit comments