Skip to content
Open
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
17 changes: 0 additions & 17 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4432,7 +4432,6 @@

const char* comment() const noexcept;
contracts::detection_mode detection_mode() const noexcept;
exception_ptr evaluation_exception() const noexcept;
bool is_terminating() const noexcept;
assertion_kind kind() const noexcept;
source_location location() const noexcept;
Expand Down Expand Up @@ -4551,22 +4550,6 @@

\end{itemdescr}

\begin{itemdecl}
exception_ptr evaluation_exception() const noexcept;
\end{itemdecl}

\begin{itemdescr}

\pnum
\returns
If the contract violation occurred
because the evaluation of the predicate exited via an exception,
an \tcode{exception_ptr} object that refers to
that exception or a copy of that exception;
otherwise, a null \tcode{exception_ptr} object.

\end{itemdescr}

\begin{itemdecl}
bool is_terminating() const noexcept;
\end{itemdecl}
Expand Down