Skip to content

Commit 8886a73

Browse files
committed
[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 7e2ff46 commit 8886a73

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
@@ -173,14 +173,17 @@
173173
a redeclaration of $X$
174174
if another declaration of $X$ is reachable from it\iref{module.reach};
175175
otherwise, it is a \defnadj{first}{declaration}.
176-
A declaration may also have effects including:
176+
177+
\begin{note}
178+
A declaration can also have effects including:
177179
\begin{itemize}
178180
\item a static assertion\iref{dcl.pre},
179181
\item controlling template instantiation\iref{temp.explicit},
180182
\item guiding template argument deduction for constructors\iref{temp.deduct.guide},
181183
\item use of attributes\iref{dcl.attr}, and
182184
\item nothing (in the case of an \grammarterm{empty-declaration}).
183185
\end{itemize}
186+
\end{note}
184187

185188
\pnum
186189
\indextext{declaration!function}%

0 commit comments

Comments
 (0)