File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2449
2449
\indextext {linkage!no}%
2450
2450
Names not covered by these rules have no linkage. Moreover, except as
2451
2451
noted, a name declared at block scope\iref {basic.scope.block } has no
2452
- linkage. A type is said to have linkage if and only if:
2452
+ linkage.
2453
+
2454
+ \pnum
2455
+ A type is said to have linkage if and only if:
2453
2456
\begin {itemize }
2454
2457
\item it is a class or enumeration type that is named (or has a name for
2455
2458
linkage purposes\iref {dcl.typedef }) and the name has linkage; or
2475
2478
\begin {itemize }
2476
2479
\item the entity has C language linkage\iref {dcl.link }, or
2477
2480
2478
- \item the entity is declared within an unnamed
2479
- namespace\iref {namespace.def }, or
2480
-
2481
2481
\item the entity is not odr-used\iref {basic.def.odr } or is defined in
2482
2482
the same translation unit.
2483
2483
\end {itemize }
You can’t perform that action at this time.
0 commit comments