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 Mar 12, 2023
1 parent 1912644 commit 34b9393
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 34b9393

Please sign in to comment.