Skip to content

Commit

Permalink
[module.global.frag] Simplify wording
Browse files Browse the repository at this point in the history
Also make variable order consistent across bullets.
  • Loading branch information
lprv authored and tkoeppe committed Nov 10, 2023
1 parent 2a9f286 commit d8b72f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions source/modules.tex
Original file line number Diff line number Diff line change
Expand Up @@ -639,14 +639,13 @@
\item
$D$ is decl-reachable from $M$, or
\item
$D$ redeclares the entity declared by $M$ or
$M$ redeclares the entity declared by $D$,
$D$ and $M$ declare the same entity,
and $D$ neither is a friend declaration
nor inhabits a block scope, or
\item
$D$ declares a namespace $N$ and $M$ is a member of $N$, or
\item
one of $M$ and $D$ declares a class or class template $C$
one of $D$ and $M$ declares a class or class template $C$
and the other declares a member or friend of $C$, or
\item
one of $D$ and $M$ declares an enumeration $E$
Expand All @@ -659,11 +658,11 @@
\end{footnote}
or
\item
one of $M$ and $D$ declares a template and the other declares
one of $D$ and $M$ declares a template and the other declares
a partial or explicit specialization or
an implicit or explicit instantiation of that template, or
\item
one of $M$ and $D$ declares a class or enumeration type
one of $D$ and $M$ declares a class or enumeration type
and the other introduces a typedef name for linkage purposes for that type.
\end{itemize}
\end{itemize}
Expand Down

0 comments on commit d8b72f0

Please # to comment.