Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,8 @@
\item
\expects
the conditions
that the function assumes to hold whenever it is called.
that the function assumes to hold whenever it is called;
violation of any preconditions results in undefined behavior.

\item
\effects
Expand Down Expand Up @@ -2976,12 +2977,6 @@
This applies even to objects such as mutexes intended for thread synchronization.
\end{note}

\rSec3[res.on.expects]{Expects paragraph}

\pnum
Violation of any preconditions specified in a function's \expects element
results in undefined behavior.

\rSec3[res.on.requirements]{Semantic requirements}

\pnum
Expand Down
2 changes: 2 additions & 0 deletions source/xrefdelta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@
%\movedxrefiii{old.label}{new.label.1}{new.label.2}{new.label.3}
%\movedxrefs{old.label}{new place (eg \tref{blah})}

\movedxref{res.on.expects}{structure.specifications}

% Deprecated features.
%\deprxref{old.label} (if moved to depr.old.label, otherwise use \movedxref)