Skip to content

Commit

Permalink
[class.mem.general] Clarify ambiguous 'and'
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Jan 24, 2023
1 parent b5d9d4f commit 6de354f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -605,11 +605,11 @@
\end{note}

\pnum
A class is regarded as complete
where its definition is reachable and
within its complete-class contexts;
otherwise it is regarded as incomplete within its own class
\grammarterm{member-specification}.
A class is complete
where its definition is reachable, and
in complete-class contexts within its \grammarterm{member-specification}.
Otherwise it is incomplete,
including in other parts of its \grammarterm{member-specification}.

\pnum
In a \grammarterm{member-declarator},
Expand Down

0 comments on commit 6de354f

Please sign in to comment.