Skip to content

Commit bc3cb41

Browse files
authored
[dcl.name] Turn informative wording into note (#3964)
1 parent e9fb04e commit bc3cb41

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/declarations.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2402,8 +2402,11 @@
24022402
\end{example}
24032403

24042404
\pnum
2405-
A type can also be named (often more easily) by using a
2406-
\tcode{typedef}\iref{dcl.typedef}.
2405+
\begin{note}
2406+
A type can also be named by a \grammarterm{typedef-name},
2407+
which is introduced by a typedef declaration
2408+
or \grammarterm{alias-declaration}\iref{dcl.typedef}.
2409+
\end{note}
24072410

24082411
\rSec2[dcl.ambig.res]{Ambiguity resolution}%
24092412
\indextext{ambiguity!declaration versus cast}%

0 commit comments

Comments
 (0)