Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3268,10 +3268,10 @@
\item
an entity, value, or object that is TU-local,
\item
a direct base class relationship (\tcode{D}, \tcode{B})\iref{class.derived.general}
for which either \tcode{D} or \tcode{B} is TU-local, or
a direct base class relationship $(D, B)$\iref{class.derived.general}
for which either $D$ or $B$ is TU-local, or
\item
a data member description ($T$, $N$, $A$, $W$, $\mathit{NUA}$)\iref{class.mem.general}
a data member description $(T, N, A, W, \mathit{NUA})$\iref{class.mem.general}
for which $T$ is TU-local.
\end{itemize}
\end{itemize}
Expand Down