From 8928574835edd3e449f7a120dd0e484b79ecc845 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 25 Jan 2024 14:18:09 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/major/20240125Bangerth | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/major/20240125Bangerth diff --git a/doc/news/changes/major/20240125Bangerth b/doc/news/changes/major/20240125Bangerth new file mode 100644 index 0000000000..d7d5c7ecb5 --- /dev/null +++ b/doc/news/changes/major/20240125Bangerth @@ -0,0 +1,9 @@ +New: There is now a function-like macro `DEAL_II_NOT_IMPLEMENTED();` +that can be used to indicate places where something is not +implemented. If a code runs into a place where it appears, the program +is aborted (or, as documented, an exception is thrown). In contrast to +the old way of indicating such a thing (namely, writing +`Assert(false, ExcNotImplemented());`, the error is raised even in +release mode. +
+(Wolfgang Bangerth, 2024/01/24) -- 2.39.5