From: Wolfgang Bangerth Date: Thu, 1 Feb 2024 04:45:27 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: relicensing~68^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081a3b62abcf721b52ae0c6a3fc32ba1103246dc;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/major/20240125Bangerth b/doc/news/changes/major/20240125Bangerth index d7d5c7ecb5..a7ef885c7d 100644 --- a/doc/news/changes/major/20240125Bangerth +++ b/doc/news/changes/major/20240125Bangerth @@ -6,4 +6,8 @@ the old way of indicating such a thing (namely, writing `Assert(false, ExcNotImplemented());`, the error is raised even in release mode.
+Similarly, there is now also `DEAL_II_ASSERT_UNREACHABLE()` that is used +in places that control flow really should not reach, but where it is +best to abort a program if it does. +
(Wolfgang Bangerth, 2024/01/24)