Skip to content

Commit 4452e28

Browse files
AlisdairMtkoeppe
authored andcommitted
[basic.def] Turn list of examples into a nute
The list of example side effects should neither be deemed normtaive nor exhaustive (although we will try). It should be demoted to a note.
1 parent 2be3924 commit 4452e28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/basic.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,17 @@
180180
a redeclaration of $X$
181181
if another declaration of $X$ is reachable from it\iref{module.reach};
182182
otherwise, it is a \defnadj{first}{declaration}.
183-
A declaration may also have effects including:
183+
184+
\begin{note}
185+
A declaration can also have effects including:
184186
\begin{itemize}
185187
\item a static assertion\iref{dcl.pre},
186188
\item controlling template instantiation\iref{temp.explicit},
187189
\item guiding template argument deduction for constructors\iref{temp.deduct.guide},
188190
\item use of attributes\iref{dcl.attr}, and
189191
\item nothing (in the case of an \grammarterm{empty-declaration}).
190192
\end{itemize}
193+
\end{note}
191194

192195
\pnum
193196
\indextext{declaration!function}%

0 commit comments

Comments
 (0)