Skip to content

Commit

Permalink
Merge pull request modelica#2703 from phannebohm/phannebohm-patch-1
Browse files Browse the repository at this point in the history
Paraphrase complicated negated sentence
  • Loading branch information
HansOlsson committed Feb 15, 2024
2 parents 4f9fced + ace9d23 commit bd990bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/overloaded.tex
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ \section{Overloaded Constructors}\label{overloaded-constructors}
\item
The operator \lstinline!C.'constructor'! shall only contain functions that declare one output component, which shall be of the operator record class \lstinline!C!.
\item
For an operator recordclass there shall not exist any potential call that lead to multiple matches in \cref{overloaded-constructor-unique} above.
For an operator record class there shall not exist any potential call that lead to multiple matches in \cref{overloaded-constructor-unique} above.
\begin{nonnormative}
How to verify this is not specified.
\end{nonnormative}
\item
For a pair of operator record classes \lstinline!C! and \lstinline!D! and components \lstinline!c! and \lstinline!d! of these classes both of \lstinline!C.'constructor'(d)! and \lstinline!D.'constructor'(c)! shall not both be legal.
For a pair of operator record classes \lstinline!C! and \lstinline!D! and components \lstinline!c! and \lstinline!d! of these classes, respectively, at most one of \lstinline!C.'constructor'(d)! and \lstinline!D.'constructor'(c)! shall be legal.
\begin{nonnormative}
Hence, one of the two definitions must be removed.
\end{nonnormative}
Expand Down

0 comments on commit bd990bc

Please sign in to comment.