Skip to content

Commit

Permalink
Update chapters/functions.tex
Browse files Browse the repository at this point in the history
Ok

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Feb 19, 2021
1 parent e66eace commit c4adeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@ \subsection{External Objects}\label{external-objects}
\lstinline!destructor! functions. The constructor shall initialize the object, and
must not require any other calls to be made for the initialization to
be complete (e.g., from an initial algorithm or initial equation).
The arguments to the constructor must not directly nor indirectly depend on the external object being constructed.
The arguments to the constructor must not -- directly nor indirectly -- depend on the external object being constructed.
The destructor shall delete the object, and must not require any other
calls to be made for the deletion to be complete (e.g., from a \lstinline!when terminal()! clause). The constructor shall not assume that pointers sent
to the external object will remain valid for the life-time of the external object. An exception is that if the pointer to another external object is
Expand Down

0 comments on commit c4adeee

Please sign in to comment.